2020-04-15 00:04:09 +10:00
|
|
|
Collapse OS usage guide
|
|
|
|
|
|
|
|
This document is not meant to be an introduction to Forth, but
|
|
|
|
to instruct the user about the peculiarities of this Forth
|
2020-05-04 09:24:41 +10:00
|
|
|
implementation. The recommended introductory book is Starting
|
|
|
|
Forth by Leo Brodie. This is the reference that was used to
|
|
|
|
build this implementation and many of the conventions described
|
|
|
|
in this book are followed in Collapse OS. Be sure to refer to
|
|
|
|
the dictionary (B30) for a word reference.
|
2020-04-15 00:04:09 +10:00
|
|
|
|
|
|
|
Contents
|
|
|
|
|
2020-05-23 10:39:28 +10:00
|
|
|
5 Number literals 6 Compilation vs meta-comp.
|
2020-05-04 09:24:41 +10:00
|
|
|
8 Interpreter I/O 11 Signed-ness
|
2020-06-10 12:55:42 +10:00
|
|
|
17 DOES> 18 Disk blocks
|
|
|
|
(cont.)
|