collapseos/blk/062

10 lines
400 B
Plaintext
Raw Normal View History

2020-04-26 22:47:29 +10:00
WORD -- a Read one word from buffered input and push its
addr. Always null terminated. If ASCII EOT is
encountered, a will point to it (it is cons-
idered a word).
There are also ascii const emitters:
2020-05-04 22:10:18 +10:00
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.