diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-27 02:32:55 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-27 02:35:35 -0800 |
commit | cfdd5b8bf3a545aaf80a831327441c417e7fd02b (patch) | |
tree | de8f53513cee12978ff51f72c171a3cbca22603b | |
parent | 2363ceebafdf3a5d75f350b94f6e699874b143cd (diff) | |
download | mu-cfdd5b8bf3a545aaf80a831327441c417e7fd02b.tar.gz |
5933
Expand some buffer sizes to continue building mu.subx natively.
-rwxr-xr-x | apps/assort | bin | 40163 -> 40163 bytes | |||
-rwxr-xr-x | apps/braces | bin | 41857 -> 41857 bytes | |||
-rwxr-xr-x | apps/calls | bin | 46572 -> 46572 bytes | |||
-rwxr-xr-x | apps/dquotes | bin | 43813 -> 43813 bytes | |||
-rwxr-xr-x | apps/hex | bin | 42410 -> 42410 bytes | |||
-rwxr-xr-x | apps/pack | bin | 52555 -> 52555 bytes | |||
-rwxr-xr-x | apps/sigils | bin | 54242 -> 54242 bytes | |||
-rw-r--r-- | apps/subx-params.subx | 4 | ||||
-rwxr-xr-x | apps/survey | bin | 49404 -> 49404 bytes | |||
-rwxr-xr-x | apps/tests | bin | 38961 -> 38961 bytes | |||
-rw-r--r-- | 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 --- a/apps/assort +++ b/apps/assort Binary files differdiff --git a/apps/braces b/apps/braces index 144ee6fe..2513add4 100755 --- a/apps/braces +++ b/apps/braces Binary files differdiff --git a/apps/calls b/apps/calls index ccac9c65..06962742 100755 --- a/apps/calls +++ b/apps/calls Binary files differdiff --git a/apps/dquotes b/apps/dquotes index 9d1dabf3..98a1bca2 100755 --- a/apps/dquotes +++ b/apps/dquotes Binary files differdiff --git a/apps/hex b/apps/hex index 71615baa..f31f312d 100755 --- a/apps/hex +++ b/apps/hex Binary files differdiff --git a/apps/pack b/apps/pack index 56575b68..49d9000c 100755 --- a/apps/pack +++ b/apps/pack Binary files differdiff --git a/apps/sigils b/apps/sigils index 7b72e401..ef8b9b69 100755 --- a/apps/sigils +++ b/apps/sigils Binary files differdiff --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 --- a/apps/survey +++ b/apps/survey Binary files differdiff --git a/apps/tests b/apps/tests index 7941b9f0..7561184f 100755 --- a/apps/tests +++ b/apps/tests Binary files differdiff --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) { <span id="L4" class="LineNr"> 4 </span> <span id="L5" class="LineNr"> 5 </span><span class="subxComment"># largest segment that can be translated</span> <span id="L6" class="LineNr"> 6 </span><span class="SpecialChar">Segment-size</span>: -<span id="L7" class="LineNr"> 7 </span> 0x80000/imm32/512KB +<span id="L7" class="LineNr"> 7 </span> 0xc0000/imm32/0.75MB <span id="L8" class="LineNr"> 8 </span> <span id="L9" class="LineNr"> 9 </span><span class="subxComment"># maximum size of input textual stream (spanning all segments)</span> <span id="L10" class="LineNr">10 </span><span class="SpecialChar">Input-size</span>: -<span id="L11" class="LineNr">11 </span> 0x100000/imm32/1MB +<span id="L11" class="LineNr">11 </span> 0x180000/imm32/1.5MB <span id="L12" class="LineNr">12 </span> <span id="L13" class="LineNr">13 </span><span class="subxComment"># number of labels we can translate to addresses</span> <span id="L14" class="LineNr">14 </span><span class="SpecialChar">Max-labels</span>: |