mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 15:10:55 +11:00
a96b5f1dec
I removed it because it was redundant with Starting Forth, but I directly reference it in the dictionary, so well...
17 lines
596 B
Plaintext
17 lines
596 B
Plaintext
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
|
|
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.
|
|
|
|
Contents
|
|
|
|
4 Number literals 6 Compilation vs meta-comp.
|
|
8 Interpreter I/O 11 Signed-ness
|
|
14 Addressed devices 17 DOES>
|
|
|