about summary refs log tree commit diff stats
path: root/115write-byte.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-15 13:11:43 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-15 13:18:38 -0800
commit0e0a60013d392b5b3920781ec04c3b6a1a061bbb (patch)
tree84020a10143fcc5cae440ac891603ea58e7d02c9 /115write-byte.subx
parente996502f013f7b7060156b54feae5d9850aaf048 (diff)
downloadmu-0e0a60013d392b5b3920781ec04c3b6a1a061bbb.tar.gz
7238 - mu.subx: final restrictions on 'addr'
I had to tweak one app that wasn't following the rules.
Diffstat (limited to '115write-byte.subx')
-rw-r--r--115write-byte.subx12
1 files changed, 10 insertions, 2 deletions
diff --git a/115write-byte.subx b/115write-byte.subx
index 4fe793a8..0a4e3c7d 100644
--- a/115write-byte.subx
+++ b/115write-byte.subx
@@ -439,8 +439,16 @@ _test-error-stream:  # (stream byte)
     # current read index
     0/imm32
     # line
-    0x80/imm32  # 128 bytes
-    # data (8 lines x 16 bytes/line)
+    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