1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-09-17 10:56:59 +00:00
of816/platforms/Neon816
2019-11-30 21:09:35 -08:00
..
build.sh getting ready for the Neon816 2019-11-20 18:22:11 -08:00
Neon816.l Linker config for occupying a ROM bank 2019-11-30 21:08:15 -08:00
Neon816.s Do (hopefully) MMU and serial setup 2019-11-30 21:09:35 -08:00
platform-config.inc getting ready for the Neon816 2019-11-20 18:22:11 -08:00
platform-lib.s system interface for serial KEY, KEY?, and EMIT 2019-11-30 19:08:45 -08:00
platform-words.s getting ready for the Neon816 2019-11-20 18:22:11 -08:00
README.md Neon816: README tyop fix 2019-11-20 18:36:44 -08:00

Neon816

This is a port to Lenore Byron's Neon816 system. The Neon816 Developer Edition ships with a small 16-bit Forth.

To build OF816 for the Neon816, change to the platform directory and run build.sh. Right now, this does not produce a working Forth because I don't know how to interact with the hardware just yet. That being said, it will output a binary named "forth" that isn't suitable for anything.

Details about how to build it for RAM/ROM/whatnot will be forthcoming.

Port Features

Hopefully this section will be filled up with stuff that works like Lenore's Forth. See the Neon816 Manual