diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -8,12 +8,11 @@ Register usage is the only platform-specific requirement; otherwise, `foci` is w ## Available words -``` -dup drop swap rot -rot over tuck @ ! c@ c! + +! - * / mod and or xor = < [ ] , -cell cell+ cells base here allot latest negate invert 1- 1+ aligned align : ; -literal if then else ' ['] execute decimal hex . emit begin until again while -repeat >r r> 2>r 2r> r@ do loop i immediate -``` +Many words from [core ANS Forth](https://forth-standard.org/standard/core) are supported. See `compat.txt` for a list. + +Some features are not expected to be implemented: +* Pictured numeric output, e.g. `<# # #>` +* Double-width arithmetic ## Build instructions |