From cfdd5b8bf3a545aaf80a831327441c417e7fd02b Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 27 Jan 2020 02:32:55 -0800 Subject: 5933 Expand some buffer sizes to continue building mu.subx natively. --- apps/assort | Bin 40163 -> 40163 bytes apps/braces | Bin 41857 -> 41857 bytes apps/calls | Bin 46572 -> 46572 bytes apps/dquotes | Bin 43813 -> 43813 bytes apps/hex | Bin 42410 -> 42410 bytes apps/pack | Bin 52555 -> 52555 bytes apps/sigils | Bin 54242 -> 54242 bytes apps/subx-params.subx | 4 ++-- apps/survey | Bin 49404 -> 49404 bytes apps/tests | Bin 38961 -> 38961 bytes html/apps/subx-params.subx.html | 4 ++-- 11 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/assort b/apps/assort index 76e175d5..1711e7fa 100755 Binary files a/apps/assort and b/apps/assort differ diff --git a/apps/braces b/apps/braces index 144ee6fe..2513add4 100755 Binary files a/apps/braces and b/apps/braces differ diff --git a/apps/calls b/apps/calls index ccac9c65..06962742 100755 Binary files a/apps/calls and b/apps/calls differ diff --git a/apps/dquotes b/apps/dquotes index 9d1dabf3..98a1bca2 100755 Binary files a/apps/dquotes and b/apps/dquotes differ diff --git a/apps/hex b/apps/hex index 71615baa..f31f312d 100755 Binary files a/apps/hex and b/apps/hex differ diff --git a/apps/pack b/apps/pack index 56575b68..49d9000c 100755 Binary files a/apps/pack and b/apps/pack differ diff --git a/apps/sigils b/apps/sigils index 7b72e401..ef8b9b69 100755 Binary files a/apps/sigils and b/apps/sigils differ diff --git a/apps/subx-params.subx b/apps/subx-params.subx index bdf7783f..36358c1f 100644 --- a/apps/subx-params.subx +++ b/apps/subx-params.subx @@ -4,11 +4,11 @@ # largest segment that can be translated Segment-size: - 0x80000/imm32/512KB + 0xc0000/imm32/0.75MB # maximum size of input textual stream (spanning all segments) Input-size: - 0x100000/imm32/1MB + 0x180000/imm32/1.5MB # number of labels we can translate to addresses Max-labels: diff --git a/apps/survey b/apps/survey index 33669c5b..261c5623 100755 Binary files a/apps/survey and b/apps/survey differ diff --git a/apps/tests b/apps/tests index 7941b9f0..7561184f 100755 Binary files a/apps/tests and b/apps/tests differ diff --git a/html/apps/subx-params.subx.html b/html/apps/subx-params.subx.html index ae5dd632..2cd4ecd4 100644 --- a/html/apps/subx-params.subx.html +++ b/html/apps/subx-params.subx.html @@ -58,11 +58,11 @@ if ('onhashchange' in window) { 4 5 # largest segment that can be translated 6 Segment-size: - 7 0x80000/imm32/512KB + 7 0xc0000/imm32/0.75MB 8 9 # maximum size of input textual stream (spanning all segments) 10 Input-size: -11 0x100000/imm32/1MB +11 0x180000/imm32/1.5MB 12 13 # number of labels we can translate to addresses 14 Max-labels: -- cgit 1.4.1-2-gfad0