collapseos/blk/083

17 lines
475 B
Plaintext
Raw Normal View History

C<? is a flag indicating whether a character is waiting in the
input stream. 1 means yes, 0 means no. It is the responsibility
of C<* to update that flag.
WORDBUF is the buffer used by WORD
2020-04-15 04:25:14 +10:00
BOOT C< PTR is used when Forth boots from in-memory
source. See "Initialization sequence" below.
2020-05-16 02:14:27 +10:00
XYPOS Current position of the cursor on screen. The meaning of
the pos in terms of row and cols is driver-dependent.
2020-04-15 04:25:14 +10:00
(cont.)