about summary refs log tree commit diff stats
path: root/subx/apps/subx-common.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-23 23:55:30 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-24 00:25:03 -0700
commiteea61cc12c1e020c3f273cb858edf02772fe78e8 (patch)
treeb5b3f84c60da74436573fa8dc9528f4b5f392d7b /subx/apps/subx-common.subx
parentf04fdc8e57e805466d4260b4dfdc1e0b185cf422 (diff)
downloadmu-eea61cc12c1e020c3f273cb858edf02772fe78e8.tar.gz
5461 - SubX is now self-hosting!
All extant SubX programs generate identical binaries using either the
C++ or the self-hosted SubX translators.
Diffstat (limited to 'subx/apps/subx-common.subx')
-rw-r--r--subx/apps/subx-common.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/subx-common.subx b/subx/apps/subx-common.subx
index baf247f2..abb223fb 100644
--- a/subx/apps/subx-common.subx
+++ b/subx/apps/subx-common.subx
@@ -13,7 +13,7 @@ Segment-size:
 
 # maximum size of input textual stream (spanning all segments)
 Input-size:
-  0x80000/imm32/512KB
+  0x100000/imm32/1MB
 
 # maximum size of the 'labels' table in survey.subx
 Max-labels: