about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-07 10:59:36 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-07 10:59:36 -0700
commitbbd9c1f9abf44c90117e0e25b629902f0fb06a73 (patch)
treef9bbaad9315af82a58e1e8984dda582d4f1e177d
parentebe2bda37b74bc73550a051895b1831f8c2441ca (diff)
downloadmu-bbd9c1f9abf44c90117e0e25b629902f0fb06a73.tar.gz
4322
-rw-r--r--subx/ex2bin102 -> 102 bytes
-rw-r--r--subx/ex2.subx2
2 files changed, 1 insertions, 1 deletions
diff --git a/subx/ex2 b/subx/ex2
index 20b212c2..3bbd979b 100644
--- a/subx/ex2
+++ b/subx/ex2
Binary files differdiff --git a/subx/ex2.subx b/subx/ex2.subx
index 32ab1318..aed8dc8d 100644
--- a/subx/ex2.subx
+++ b/subx/ex2.subx
@@ -3,7 +3,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      # copy 42 to EBX
+  bb                                                                            1/imm32       # copy 42 to EBX
   81            c3                                                              1/imm32       # add 1 to EBX
   # exit
   b8                                                                            1/imm32       # copy 1 to EAX
9'>149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214