From e381f1e4d27c444803c694996c5973c5f10a77ba Mon Sep 17 00:00:00 2001 From: mgcaret Date: Wed, 20 Nov 2019 18:35:54 -0800 Subject: [PATCH] Neon816: README updates --- platforms/Neon816/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/platforms/Neon816/README.md b/platforms/Neon816/README.md index b6c4b6c..07e8428 100644 --- a/platforms/Neon816/README.md +++ b/platforms/Neon816/README.md @@ -1,12 +1,14 @@ # Nein816 This is a port to Lenore Byron's [Neon816](https://hackaday.io/project/164325-neon816) -system. To build it, 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 siad, it will -output a binary named "forth" that isn't suitable for anything, just yet. +system. The Neon816 Developer Edition ships with a small 16-bit Forth. -Details about how to buld it for RAM/ROM/whatnot will be forthcoming. +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