This commit is contained in:
Kartik Agaram 2019-07-02 00:16:23 -07:00
parent dc8484384e
commit 9d5ba2dfbf
2 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@ -771,19 +771,19 @@ test-compute-addresses:
e8/call stream-add4/disp32
# . . discard args
81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0x14/imm32 # add to ESP
# . stream-add4(segments, "b", 0x500, 0, 1)
# . stream-add4(segments, "b", 0x2018, 5, 1)
68/push 1/imm32/segment-size
68/push 0/imm32/file-offset
68/push 0x500/imm32/start-address
68/push 5/imm32/file-offset
68/push 0x2018/imm32/start-address
68/push "b"/imm32/segment-name
51/push-ECX
# . . call
e8/call stream-add4/disp32
# . . discard args
81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0x14/imm32 # add to ESP
# . stream-add4(segments, "c", 0x5444, 0, 12)
# . stream-add4(segments, "c", 0x5444, 6, 12)
68/push 0xc/imm32/segment-size
68/push 0/imm32/file-offset
68/push 6/imm32/file-offset
68/push 0x5444/imm32/start-address
68/push "c"/imm32/segment-name
51/push-ECX