collapseos/blk/082

17 lines
430 B
Plaintext
Raw Normal View History

INITIAL_SP holds the initial Stack Pointer value so
2020-04-15 04:25:14 +10:00
that we know where to reset it on ABORT
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-04-15 04:25:14 +10:00
(cont.)