diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-10-07 12:45:03 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-10-07 12:45:03 -0700 |
commit | 143b79b9e4eb91e53b104b3cbfc46b92cf4141bc (patch) | |
tree | a6ccce4e69687b77a6406d59d63251ba22801abf | |
parent | c9d21799d69b53946c445dd769e5f1afa5409e67 (diff) | |
download | mu-143b79b9e4eb91e53b104b3cbfc46b92cf4141bc.tar.gz |
4671
-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) |