2020-04-25 09:10:25 -04:00
|
|
|
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.
|
2020-04-24 12:10:07 -04:00
|
|
|
|
|
|
|
WORDBUF is the buffer used by WORD
|
2020-04-14 14:25:14 -04:00
|
|
|
|
|
|
|
BOOT C< PTR is used when Forth boots from in-memory
|
|
|
|
source. See "Initialization sequence" below.
|
|
|
|
|
2020-05-15 12:14:27 -04:00
|
|
|
XYPOS Current position of the cursor on screen. The meaning of
|
|
|
|
the pos in terms of row and cols is driver-dependent.
|
2020-05-14 15:13:16 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
2020-04-14 14:25:14 -04:00
|
|
|
|
2020-04-24 12:10:07 -04:00
|
|
|
(cont.)
|