mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 20:20:55 +11:00
16 lines
277 B
Plaintext
16 lines
277 B
Plaintext
WORD -- a Read one word from buffered input and push its
|
|
addr.
|
|
There are also ascii const emitters:
|
|
BS CR LF SPC CRLF
|
|
NL is an indirect word (see B80) that aliases to CRLF by
|
|
default and that should generally be used when we want to emit
|
|
a newline.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|