about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/023transform_immediate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/023transform_immediate.cc b/subx/023transform_immediate.cc
index b1825fda..33ebbc90 100644
--- a/subx/023transform_immediate.cc
+++ b/subx/023transform_immediate.cc
@@ -11,7 +11,7 @@
 # opcode        ModR/M                    SIB                   displacement    immediate
 # instruction   mod, reg, Reg/Mem bits    scale, index, base
 # 1-3 bytes     0/1 byte                  0/1 byte              0/1/2/4 bytes   0/1/2/4 bytes
-  bb                                                                            42/imm32
+  bb                                                                            42/imm32      # copy 42 to EBX
 +translate: converting '42/imm32' to '2a 00 00 00'
 +run: copy imm32 0x0000002a to EBX