diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-07-07 10:59:36 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-07-07 10:59:36 -0700 |
commit | bbd9c1f9abf44c90117e0e25b629902f0fb06a73 (patch) | |
tree | f9bbaad9315af82a58e1e8984dda582d4f1e177d /subx | |
parent | ebe2bda37b74bc73550a051895b1831f8c2441ca (diff) | |
download | mu-bbd9c1f9abf44c90117e0e25b629902f0fb06a73.tar.gz |
4322
Diffstat (limited to 'subx')
-rw-r--r-- | subx/ex2 | bin | 102 -> 102 bytes | |||
-rw-r--r-- | subx/ex2.subx | 2 |
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 |