From: Martin Mares Date: Sun, 21 Nov 2010 22:24:40 +0000 (+0100) Subject: Minsk: Doc bug fixes X-Git-Tag: v1.0~17 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=b28d41182e50d4401d7aaa5d09683d9fa8625710;p=minsk.git Minsk: Doc bug fixes --- diff --git a/INSTRUCTIONS b/INSTRUCTIONS index 7e3f8f0..e1a6c54 100644 --- a/INSTRUCTIONS +++ b/INSTRUCTIONS @@ -58,8 +58,8 @@ Indexing mode bits: For arithmetic instructions, the lower 2 bits of 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]