1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-20 14:18:26 +10:00
collapseos/blk/062
2020-06-04 10:39:59 -04:00

17 lines
407 B
Plaintext

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:
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.