blstuart at
bellsouth.net wrote:
Any good leads
as am still looking for a small boot strapable langauge
here. Tiny C will not work
as my instruction set does NOT have register to register operations. I
plan to have a wopping
48Kb system as that was BIG memory 1975 ish.
The two that immediately jump to mind are forth and lisp.
BLS
Off hand I have not seen many small LISP's around other than the one
for the PDP-1. I think there was one for the 6800 once, but LISP tends to
need lots of memory space. I could do Forth but it would be slow as I have
no auto-incriment registers and wound need to use memory variables.
More like NEXT: ISZ FPC; LD IX I FPC, JMP I IX+0