diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-09 17:50:22 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-09 17:50:22 -0700 |
commit | 7bc9240c3cf3f0e9e1710c3b148ffbcb2cc29fcf (patch) | |
tree | 4a50112ae48aa400bde63675159cfffa4c96b3c1 /subx | |
parent | 4a739023d90299daca63c837d90a85847ed3d563 (diff) | |
download | mu-7bc9240c3cf3f0e9e1710c3b148ffbcb2cc29fcf.tar.gz |
.
Diffstat (limited to 'subx')
-rw-r--r-- | subx/apps/survey.subx | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/subx/apps/survey.subx b/subx/apps/survey.subx index 2fc128ba..30cf929a 100644 --- a/subx/apps/survey.subx +++ b/subx/apps/survey.subx @@ -823,32 +823,32 @@ test-compute-offsets: 68/push "label 'x' is at offset 0x0"/imm32 # . . call e8/call check-trace-contains/disp32 - # dump *Trace-stream {{{ - # . write(2/stderr, "^") - # . . push args - 68/push "^"/imm32 - 68/push 2/imm32/stderr - # . . call - e8/call write/disp32 - # . . discard args - 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP - # . write-stream(2/stderr, *Trace-stream) - # . . push args - ff 6/subop/push 0/mod/indirect 5/rm32/.disp32 . . . Trace-stream/disp32 # push *Trace-stream - 68/push 2/imm32/stderr - # . . call - e8/call write-stream/disp32 - # . . discard args - 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP - # . write(2/stderr, "$\n") - # . . push args - 68/push "$\n"/imm32 - 68/push 2/imm32/stderr - # . . call - e8/call write/disp32 - # . . discard args - 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP - # }}} + # dump *Trace-stream {{{ + # . write(2/stderr, "^") + # . . push args + 68/push "^"/imm32 + 68/push 2/imm32/stderr + # . . call + e8/call write/disp32 + # . . discard args + 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP + # . write-stream(2/stderr, *Trace-stream) + # . . push args + ff 6/subop/push 0/mod/indirect 5/rm32/.disp32 . . . Trace-stream/disp32 # push *Trace-stream + 68/push 2/imm32/stderr + # . . call + e8/call write-stream/disp32 + # . . discard args + 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP + # . write(2/stderr, "$\n") + # . . push args + 68/push "$\n"/imm32 + 68/push 2/imm32/stderr + # . . call + e8/call write/disp32 + # . . discard args + 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP + # }}} # . . discard args 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP # . epilog |