diff options
-rw-r--r-- | subx/010core.cc | 4 |
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 |