From ac1947386a53585d4cf3f3f056db817c37f0363e Mon Sep 17 00:00:00 2001 From: mgcaret Date: Mon, 9 Mar 2020 16:41:53 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5c3740e..201ee38 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ Among its many features are: * New ports require the implementation of a handful of routines. * Simple instantiation of one or more Forths in a system. * 32-bit cells. + * ROM-able. + * The core system does not write outside of data space, except to the 65816 + direct page and stack. + * System variables are provisioned at the start of data space when the sytem + is initialized. * Optional [FCode](https://www.openfirmware.info/Forth/FCode) support (less Device Tree and Package functions). * [ANS Forth](http://lars.nocrew.org/dpans/dpans.htm)