mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 08:50:56 +11:00
17 lines
438 B
Plaintext
17 lines
438 B
Plaintext
|
(cont.) INITIAL_SP holds the initial Stack Pointer value so
|
||
|
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
|
||
|
|
||
|
FLAGS holds global flags. Only used for prompt output control
|
||
|
for now.
|
||
|
|
||
|
PARSEPTR holds routine address called on (parse)
|
||
|
|
||
|
CINPTR holds routine address called on C<
|
||
|
(cont.)
|