larsbrinkhoff / xForth

Experimental Forth cross compiler for tiny devices
GNU General Public License v3.0
61 stars 14 forks source link

PDP-8 #10

Closed larsbrinkhoff closed 6 years ago

larsbrinkhoff commented 7 years ago

Let's not forget important minicomputers of yesteryear.

WIP.

larsbrinkhoff commented 7 years ago

The instruction set isn't very amenable to stack processing. Or subroutine calls. Both of which Forth makes heavy use.

May be a candidate for direct or indirect threading.

larsbrinkhoff commented 6 years ago

Those limitations are manageable. It seems the biggest problem is handling definitions that crosses page boundaries.