First cut at z80 port, only preForth works, seedForth runs for a while
authorNick Downing <nick@ndcode.org>
Thu, 21 Apr 2022 02:12:03 +0000 (12:12 +1000)
committerNick Downing <nick@ndcode.org>
Fri, 22 Apr 2022 02:24:28 +0000 (12:24 +1000)
commit9f741878767fba6e859ad3dc96a88f1ea0e8d662
treeb2da7a6407a0ce465bdf0f020d0d341a6c4cfa48
parent6ded8c48dc9b76527818f14c0d531e7f3a2ea3b2
First cut at z80 port, only preForth works, seedForth runs for a while
.gitignore [new file with mode: 0644]
preForth/Makefile
preForth/asxxxx_build.sh [new file with mode: 0755]
preForth/libz80_build.sh [new file with mode: 0755]
preForth/load-z80-preForth.fs [new file with mode: 0644]
preForth/preForth-z80-backend.pre [new file with mode: 0644]
preForth/preForth-z80-rts.pre [new file with mode: 0644]
preForth/seed
preForth/seedForth-i386.pre
preForth/seedForth-z80.pre [new file with mode: 0644]
preForth/z80.c [new file with mode: 0644]