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/hex.subx | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) (limited to 'subx/apps/hex.subx') 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: -- cgit 1.4.1-2-gfad0