diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -9,9 +9,10 @@ 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 _c [ ] -, cell cell+ cells _d base here allot latest negate invert 1- 1+ aligned align -: ; literal _b _bz if then else \' [\'] execute decimal hex . emit +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 ``` ## Build instructions |