Some changes to handle more on small machines:

a section is now split into parts that fit in core
This commit is contained in:
ceriel
1987-05-21 10:06:14 +00:00
parent ed2d6ab75b
commit 4caf71f5b5
5 changed files with 120 additions and 28 deletions

View File

@@ -31,6 +31,8 @@
mems[ALLOMODL].mem_left = 32 * K;
mems[ALLORANL].mem_left = 4 * K;
#else
#undef INCRSIZE
#define INCRSIZE 256
mems[ALLOEMIT + 0].mem_left = 8 * K;
mems[ALLOEMIT + 1].mem_left = 2 * K;
mems[ALLOEMIT + 2].mem_left = 4 * K;