1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-09-11 19:57:26 +00:00
of816/platforms/Neon816/README.md

17 lines
722 B
Markdown
Raw Normal View History

2019-11-21 02:22:11 +00:00
# Nein816
This is a port to Lenore Byron's [Neon816](https://hackaday.io/project/164325-neon816)
2019-11-21 02:35:54 +00:00
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
2019-11-21 02:22:11 +00:00
build.sh. Right now, this does not produce a working Forth because I don't know
2019-11-21 02:35:54 +00:00
how to interact with the hardware just yet. That being said, it will
output a binary named "forth" that isn't suitable for anything.
2019-11-21 02:22:11 +00:00
2019-11-21 02:35:54 +00:00
Details about how to build it for RAM/ROM/whatnot will be forthcoming.
2019-11-21 02:22:11 +00:00
## Port Features
Hopefully this section will be filled up with stuff that works like Lenore's
Forth. See the [Neon816 Manual](https://cdn.hackaday.io/files/1643257030480800/sysmanual.pdf)