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, 2 insertions, 0 deletions
diff --git a/subx/opcodes b/subx/opcodes
index 94d9c5f3..3437f30a 100644
--- a/subx/opcodes
+++ b/subx/opcodes
@@ -72,9 +72,11 @@ Opcodes currently supported by SubX:
   bd: copy imm32 to EBP (mov)
   be: copy imm32 to ESI (mov)
   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)
   c7: copy imm32 to rm32 (mov)
   cd: software interrupt (int)
+  d3: shift rm32 by CL bits depending on subop (sal/sar/shl/shr)
   e8: call disp32 (call)
   e9: jump disp32 bytes away (jmp)
   eb: jump disp8 bytes away (jmp)