diff options
Diffstat (limited to 'subx/056trace.subx')
-rw-r--r-- | subx/056trace.subx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/subx/056trace.subx b/subx/056trace.subx index d2173ddc..b1826a28 100644 --- a/subx/056trace.subx +++ b/subx/056trace.subx @@ -39,13 +39,6 @@ _test-trace-stream: # . op subop mod rm32 base index scale r32 # . 1-3 bytes 3 bits 2 bits 3 bits 3 bits 3 bits 2 bits 2 bits 0/1/2/4 bytes 0/1/2/4 bytes -#? Entry: # run a single test, while debugging -#? e8/call test-trace-single/disp32 -#? # syscall(exit, Num-test-failures) -#? 8b/copy 0/mod/indirect 5/rm32/.disp32 . . 3/r32/EBX Num-test-failures/disp32 # copy *Num-test-failures to EBX -#? b8/copy-to-EAX 1/imm32/exit -#? cd/syscall 0x80/imm8 - # Allocate a new segment for the trace stream, initialize its length, and save its address to Trace-stream. # The Trace-stream segment will consist of variable-length lines separated by newlines (0x0a) initialize-trace-stream: # n : int -> <void> |