about summary refs log tree commit diff stats
path: root/subx/opcodes
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-10-07 12:45:03 -0700
committerKartik Agaram <vc@akkartik.com>2018-10-07 12:45:03 -0700
commit143b79b9e4eb91e53b104b3cbfc46b92cf4141bc (patch)
treea6ccce4e69687b77a6406d59d63251ba22801abf /subx/opcodes
parentc9d21799d69b53946c445dd769e5f1afa5409e67 (diff)
downloadmu-143b79b9e4eb91e53b104b3cbfc46b92cf4141bc.tar.gz
4671
Diffstat (limited to 'subx/opcodes')
-rw-r--r--subx/opcodes1
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)