b116m.txt -- Brandy BASIC language interpreter, version 1.0.16 ported to Minix by Harald Arnesen 2004-04-20. Download file: b116m.tar.Z The following files are changed from the originals: Makefile src/target.h src/emulate.c src/keyboard.c One keyword, INKEY, is non-functional in the Minix version. Two of the example programs, "cricket" and "graphdemo" don't work, but they don't work under Linux, either. Note added by ASW 2004-05-23: Several compiler passes needed higher memory allocations. I usually double the orginal allocation when a program fails due to lack of memory, so the allocations I used are possibly much larger than needed. Summary: /usr/lib/ego/ic memory allocation was changed from 131072 to 262144 /usr/lib/ego/cf memory allocation was changed from 131072 to 524288 /usr/lib/ego/cj memory allocation was changed from 131072 to 524288 /usr/lib/ego/bo memory allocation was changed from 131072 to 524288 /usr/lib/ego/sp memory allocation was changed from 131072 to 524288 /usr/lib/ego/ca memory allocation was changed from 131072 to 524288