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.
|
|
|
|
|
|
|
|
INTJUMP All RST offsets (well, not *all* at this moment, I
|
|
|
|
still have to free those slots...) in boot binaries are made to
|
|
|
|
jump to this address. If you use one of those slots for an
|
|
|
|
interrupt, write a jump to the appropriate offset in that RAM
|
|
|
|
location.
|
|
|
|
|
2020-04-25 02:10:07 +10:00
|
|
|
(cont.)
|