about summary refs log tree commit diff stats
path: root/subx/apps/hex.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/hex.subx
parentbff79aeb2861de8c4540502415709fddf22601e5 (diff)
downloadmu-9e6d655e44122163fa0ae87d592c03a113185ff2.tar.gz
5080
Diffstat (limited to 'subx/apps/hex.subx')
-rw-r--r--subx/apps/hex.subx30
1 files changed, 11 insertions, 19 deletions
diff --git a/subx/apps/hex.subx b/subx/apps/hex.subx
index 08aff7e5..536bb65d 100644
--- a/subx/apps/hex.subx
+++ b/subx/apps/hex.subx
@@ -1515,25 +1515,17 @@ _test-error-stream:
     0/imm32
     # 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
+    # line
+    0x80/imm32  # 128 bytes
+    # data (8 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
 
 # a test buffered file for _test-error-stream
 _test-error-buffered-file: