diff options
-rw-r--r-- | subx/opcodes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/opcodes b/subx/opcodes index 41f2e65d..f1229922 100644 --- a/subx/opcodes +++ b/subx/opcodes @@ -62,6 +62,7 @@ Opcodes currently supported by SubX: 89: copy r32 to rm32 8a: copy r8/m8-at-r32 to r8 (lowermost byte of r32) 8b: copy rm32 to r32 + 8d: load effective address of memory in rm32 into r32 8f: pop top of stack to rm32 b8: copy imm32 to R0 (EAX) b9: copy imm32 to R1 (ECX) |