about summary refs log tree commit diff stats
path: root/subx_opcodes
diff options
context:
space:
mode:
Diffstat (limited to 'subx_opcodes')
-rw-r--r--subx_opcodes2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx_opcodes b/subx_opcodes
index 273c2a88..f8bdc045 100644
--- a/subx_opcodes
+++ b/subx_opcodes
@@ -80,7 +80,7 @@ Opcodes currently supported by SubX:
   bf: copy imm32 to EDI (mov)
   c1: shift rm32 by imm8 bits depending on subop (sal/sar/shl/shr)
   c3: return from most recent unfinished call (ret)
-  c6: copy imm8 to r8/m8-at-r32 (mov)
+  c6: copy imm8 to r8/m8-at-r32 with subop 0 (mov)
   c7: copy imm32 to rm32 with subop 0 (mov)
   cd: software interrupt (int)
   d3: shift rm32 by CL bits depending on subop (sal/sar/shl/shr)