diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-10 11:45:13 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-10 11:56:44 -0700 |
commit | 551112ff88c9ebc8b4058351bdc53b6914bfa0de (patch) | |
tree | 7e843ff9ba55b69351a73729b44ce17fe7cb5edb | |
parent | 4ae08e006651aa06b0100a81b35df43ba28ad6d3 (diff) | |
download | mu-551112ff88c9ebc8b4058351bdc53b6914bfa0de.tar.gz |
.
-rw-r--r-- | subx/056trace.subx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/subx/056trace.subx b/subx/056trace.subx index b63476fa..cc245e3f 100644 --- a/subx/056trace.subx +++ b/subx/056trace.subx @@ -173,7 +173,7 @@ test-trace-single: # . . discard args 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP # pop into *Trace-stream - 8f 0/subop/pop 0/mod/indirect 5/rm32/.disp32 . . . Trace-stream/disp32 # push *Trace-stream + 8f 0/subop/pop 0/mod/indirect 5/rm32/.disp32 . . . Trace-stream/disp32 # pop into *Trace-stream # end c3/return @@ -211,7 +211,7 @@ test-trace-appends: # . . discard args 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP # pop into *Trace-stream - 8f 0/subop/pop 0/mod/indirect 5/rm32/.disp32 . . . Trace-stream/disp32 # push *Trace-stream + 8f 0/subop/pop 0/mod/indirect 5/rm32/.disp32 . . . Trace-stream/disp32 # pop into *Trace-stream # end c3/return @@ -242,7 +242,7 @@ test-trace-empty-line: # . . discard args 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP # pop into *Trace-stream - 8f 0/subop/pop 0/mod/indirect 5/rm32/.disp32 . . . Trace-stream/disp32 # push *Trace-stream + 8f 0/subop/pop 0/mod/indirect 5/rm32/.disp32 . . . Trace-stream/disp32 # pop into *Trace-stream # end c3/return @@ -411,7 +411,7 @@ test-trace-scan-first: # . . discard args 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP # pop into *Trace-stream - 8f 0/subop/pop 0/mod/indirect 5/rm32/.disp32 . . . Trace-stream/disp32 # push *Trace-stream + 8f 0/subop/pop 0/mod/indirect 5/rm32/.disp32 . . . Trace-stream/disp32 # pop into *Trace-stream # . end c3/return @@ -455,7 +455,7 @@ test-trace-scan-skips-lines-until-found: # . . discard args 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP # pop into *Trace-stream - 8f 0/subop/pop 0/mod/indirect 5/rm32/.disp32 . . . Trace-stream/disp32 # push *Trace-stream + 8f 0/subop/pop 0/mod/indirect 5/rm32/.disp32 . . . Trace-stream/disp32 # pop into *Trace-stream # . end c3/return @@ -500,7 +500,7 @@ test-trace-second-scan-starts-where-first-left-off: # . . discard args 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP # pop into *Trace-stream - 8f 0/subop/pop 0/mod/indirect 5/rm32/.disp32 . . . Trace-stream/disp32 # push *Trace-stream + 8f 0/subop/pop 0/mod/indirect 5/rm32/.disp32 . . . Trace-stream/disp32 # pop into *Trace-stream # . end c3/return @@ -550,7 +550,7 @@ test-trace-scan-failure-leaves-read-index-untouched: # . . discard args 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP # pop into *Trace-stream - 8f 0/subop/pop 0/mod/indirect 5/rm32/.disp32 . . . Trace-stream/disp32 # push *Trace-stream + 8f 0/subop/pop 0/mod/indirect 5/rm32/.disp32 . . . Trace-stream/disp32 # pop into *Trace-stream # . end c3/return |