about summary refs log tree commit diff stats
path: root/subx/apps/assort.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-04-11 11:39:20 -0700
committerKartik Agaram <vc@akkartik.com>2019-04-11 11:39:20 -0700
commit9e6d655e44122163fa0ae87d592c03a113185ff2 (patch)
tree9d1ef5c42b8833ffa3da11edfeef34d6e35befd4 /subx/apps/assort.subx
parentbff79aeb2861de8c4540502415709fddf22601e5 (diff)
downloadmu-9e6d655e44122163fa0ae87d592c03a113185ff2.tar.gz
5080
Diffstat (limited to 'subx/apps/assort.subx')
-rw-r--r--subx/apps/assort.subx74
1 files changed, 37 insertions, 37 deletions
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: