larsbrinkhoff / lbForth

Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.
GNU General Public License v3.0
414 stars 113 forks source link

PDP-10 target #59

Open larsbrinkhoff opened 7 years ago

larsbrinkhoff commented 7 years ago

Get up and running in ITS.

It's a word-adressed machine. But there are also special "byte pointers". Consider what to do about C@ and C! etc.

larsbrinkhoff commented 7 years ago

CC @aap, who has made a stand-alone PDP-10 Forth.

catb0t commented 7 years ago

Do you mean in an emulator, or do you have access to a real PDP-10?

larsbrinkhoff commented 7 years ago

@catb0t I have ITS running using the KLH10 emulator.

larsbrinkhoff commented 5 years ago

Update. These are now possible hosts: