2020-04-15 04:25:14 +10:00
|
|
|
CURRENT points to the last dict entry.
|
|
|
|
|
|
|
|
HERE points to current write offset.
|
|
|
|
|
|
|
|
IP is the Interpreter Pointer
|
|
|
|
|
|
|
|
PARSEPTR holds routine address called on (parse)
|
|
|
|
|
2020-04-25 04:10:40 +10:00
|
|
|
C<* holds routine address called on C<. If the C<* override
|
|
|
|
at 0x08 is nonzero, this routine is called instead.
|
2020-04-25 02:10:07 +10:00
|
|
|
|
2020-05-15 04:26:56 +10:00
|
|
|
IN> is the current position in IN(, which is the input buffer.
|
2020-04-25 02:10:07 +10:00
|
|
|
|
2020-05-15 04:26:56 +10:00
|
|
|
IN(* is a pointer to the input buffer, allocated at runtime.
|
2020-05-12 11:08:24 +10:00
|
|
|
|
2020-04-15 04:25:14 +10:00
|
|
|
(cont.)
|