2020-04-24 12:10:07 -04: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 08:10:18 -04:00
|
|
|
NLPTR points to an alternative routine for NL (by default,
|
|
|
|
CRLF).
|
|
|
|
|
2020-05-14 14:49:16 -04:00
|
|
|
BLK* see B416.
|
2020-04-14 14:25:14 -04:00
|
|
|
|
2020-05-14 14:49:16 -04:00
|
|
|
FUTURE USES section is unused for now.
|
2020-04-14 14:25:14 -04:00
|
|
|
|
2020-05-14 14:49:16 -04:00
|
|
|
DRIVERS section is reserved for recipe-specific drivers.
|
2020-04-16 19:44:17 -04:00
|
|
|
|