From f2d63490706bb042ccc5f99104b17c380246cb93 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 22 Jul 2019 01:09:06 -0700 Subject: 5442 We can now translate layers 49-72 using the self-hosted translator. The translator has now demonstrated translation over 4k lines. Most verbose phase output is 325KB, even if the final binary is 15KB. Emulation is too slow now, so I'm back to debug by print on a Linux machine. --- subx/apps/subx-common.subx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'subx/apps/subx-common.subx') diff --git a/subx/apps/subx-common.subx b/subx/apps/subx-common.subx index 962053f7..413edc9a 100644 --- a/subx/apps/subx-common.subx +++ b/subx/apps/subx-common.subx @@ -9,11 +9,11 @@ Heap-size: # maximum size of a single segment Segment-size: - 0x8000/imm32/32KB + 0x40000/imm32/256KB # maximum size of input textual stream (spanning all segments) Input-size: - 0x10000/imm32/64KB # should be enough for everyone + 0x80000/imm32/512KB == code # instruction effective address register displacement immediate -- cgit 1.4.1-2-gfad0