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 /apps | |
parent | 2363ceebafdf3a5d75f350b94f6e699874b143cd (diff) | |
download | mu-cfdd5b8bf3a545aaf80a831327441c417e7fd02b.tar.gz |
5933
Expand some buffer sizes to continue building mu.subx natively.
Diffstat (limited to 'apps')
-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 |
10 files changed, 2 insertions, 2 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 differ |