From 397ad4feb0c690676d3fee6b7dafefaaa94fc5e2 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Sun, 22 Apr 2018 18:56:03 +0100 Subject: [PATCH] Start the pure segment at 600000, rather than 700000. There isn't quite enough space for INITM's ILOOP to complete if it's at 700000 (it runs over by about 2000 words, maybe because we've got more pure code/data in ITS than the TENEX version did). The notes in MUDDLE suggest it used to be at 600000, so put it there for now, which gives us plenty of room. --- /pure.15 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a//pure.15 b//pure.15 index 0a263b5..c57b1f2 100644 --- a//pure.15 +++ b//pure.15 @@ -3,7 +3,7 @@ TITLE SETPUR 1PASS -BOT==700000 +BOT==600000 .GLOBAL .LPUR,.LIMPU,HIBOT,PHIBOT,REALGC,THIBOT REALGC==200000 -- 2.31.1