collapseos/blk/082

17 lines
462 B
Plaintext
Raw Normal View History

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)
C<* holds routine address called on C<. If the C<* override
at 0x08 is nonzero, this routine is called instead.
2020-05-15 04:26:56 +10:00
IN> is the current position in IN(, which is the input buffer.
2020-05-15 04:26:56 +10:00
IN(* is a pointer to the input buffer, allocated at runtime.
2020-04-15 04:25:14 +10:00
(cont.)