2020-04-25 02:10:07 +10:00
|
|
|
CURRENTPTR points to current CURRENT. The Forth CURRENT word
|
|
|
|
doesn't return RAM+2 directly, but rather the value at this
|
|
|
|
address. Most of the time, it points to RAM+2, but sometimes,
|
|
|
|
when maintaining alternative dicts (during cross compilation
|
|
|
|
for example), it can point elsewhere.
|
|
|
|
|
2020-05-04 22:10:18 +10:00
|
|
|
NLPTR points to an alternative routine for NL (by default,
|
|
|
|
CRLF).
|
|
|
|
|
2020-04-25 02:10:07 +10:00
|
|
|
FUTURE USES section is unused for now.
|
2020-04-15 04:25:14 +10:00
|
|
|
|
|
|
|
DRIVERS section is reserved for recipe-specific
|
|
|
|
drivers. Here is a list of known usages:
|
|
|
|
|
|
|
|
* 0x70-0x78: ACIA buffer pointers in RC2014 recipes.
|
2020-04-17 09:44:17 +10:00
|
|
|
|