]> mj.ucw.cz Git - minsk.git/commitdiff
Minsk: Doc bug fixes
authorMartin Mares <mj@ucw.cz>
Sun, 21 Nov 2010 22:24:40 +0000 (23:24 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 27 Dec 2010 16:13:48 +0000 (17:13 +0100)
INSTRUCTIONS

index 7e3f8f078bfeeda75d5b9ba4219fdc365a2a9576..e1a6c54277c17226a787bdd9b738569960f4cb9e 100644 (file)
@@ -58,8 +58,8 @@ Indexing mode bits:
 
 For arithmetic instructions, the lower 2 bits of <sop> encode addressing mode:
 
-       0?: arg_a = previous value of accumulator, arg_b = mem[x]
-       1?: arg_a = mem[y], arg_b = mem[x]
+       0?: arg_a = mem[y], arg_b = mem[x]
+       1?: arg_a = previous value of accumulator, arg_b = mem[x]
        ?0: store result to accumulator
        ?1: store result to both accumulator and mem[y]