From 9e6d655e44122163fa0ae87d592c03a113185ff2 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 11 Apr 2019 11:39:20 -0700 Subject: 5080 --- subx/apps/assort.subx | 74 +++++++++++++++++++++++++-------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) (limited to 'subx/apps/assort.subx') diff --git a/subx/apps/assort.subx b/subx/apps/assort.subx index 8aefffb3..5c13f31b 100644 --- a/subx/apps/assort.subx +++ b/subx/apps/assort.subx @@ -26,7 +26,7 @@ Entry: # run tests if necessary, convert stdin if not # for debugging: run a single test -#? e8/call test-get-or-insert-segment/disp32 +#? e8/call test-convert/disp32 #? 8b/copy 0/mod/indirect 5/rm32/.disp32 . . 3/r32/EBX Num-test-failures/disp32 # copy *Num-test-failures to EBX #? eb/jump $main:end/disp8 @@ -1232,24 +1232,24 @@ _test-input-stream: # current read index 0/imm32 # length - 0x80/imm32 - # data - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes + 0x100/imm32 # 256 bytes + # data (16 lines x 16 bytes/line) + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # a test buffered file for _test-input-stream _test-input-buffered-file: @@ -1270,24 +1270,24 @@ _test-output-stream: # current read index 0/imm32 # length - 0x80/imm32 - # data - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes - 00 00 00 00 00 00 00 00 # 8 bytes + 0x100/imm32 # 256 bytes + # data (16 lines x 16 bytes/line) + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # a test buffered file for _test-output-stream _test-output-buffered-file: -- cgit 1.4.1-2-gfad0