On May 15, 2014, at 7:09 PM, David Riley <fraveydank at gmail.com> wrote:
On May 15, 2014, at 17:19, Kyle Owen <kylevowen at
gmail.com> wrote:
Just a little bit of cursory looking turned up nothing. Has someone written
a Forth interpreter for PDP-8? Preferably using 24-bit integers, but I'll
take what I can get. OS/8 support would be nice.
I don't know of any off hand, but I will say that building your
own Forth kernel from scratch is actually a lot of fun.
If you ever have the time, try it!
Indeed. I?d suggest starting with the PDP-11 Fig-Forth implementation. Very little of that
is machine code, so if you rewrite those little bits in your favorite assembler, the rest
should just run without change.
paul