about summary refs log tree commit diff stats
path: root/subx/010core.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-10-11 02:32:54 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-10-11 02:32:54 -0700
commitf40dd267890c6be2d126254593434e10b44b42db (patch)
tree1fa1943128dc5d5a4be10629cf6ada927a54c310 /subx/010core.cc
parenta05b846377db0162fcb5916888b7da5dfe813b98 (diff)
downloadmu-f40dd267890c6be2d126254593434e10b44b42db.tar.gz
4021
Diffstat (limited to 'subx/010core.cc')
-rw-r--r--subx/010core.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/010core.cc b/subx/010core.cc
index 59d631a8..f62e3027 100644
--- a/subx/010core.cc
+++ b/subx/010core.cc
@@ -61,8 +61,8 @@ Memory.clear();
 //:: core interpreter loop
 
 :(scenario add_imm32_to_eax)
-# opcode     modrm     sib       displacement      immediate
-  05                                               0a 0b 0c 0d  # add EAX, 0x0d0c0b0a
+# op  ModRM   SIB   displacement  immediate
+  05                              0a 0b 0c 0d  # add 0x0d0c0b0a to EAX
 +load: 05
 +load: 0a
 +load: 0b