2020-04-25 23:10:25 +10: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-25 02:10:07 +10:00
|
|
|
|
|
|
|
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-05-15 05:13:16 +10:00
|
|
|
|
|
|
|
|
|
|
|
|
2020-04-15 04:25:14 +10:00
|
|
|
|
2020-04-25 02:10:07 +10:00
|
|
|
(cont.)
|