]> mj.ucw.cz Git - minsk.git/blobdiff - INSTRUCTIONS
Minsk: Loop example
[minsk.git] / 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]