Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
430B

  1. INITIAL_SP holds the initial Stack Pointer value so
  2. that we know where to reset it on ABORT
  3. CURRENT points to the last dict entry.
  4. HERE points to current write offset.
  5. IP is the Interpreter Pointer
  6. PARSEPTR holds routine address called on (parse)
  7. C<* holds routine address called on C<. If the C<* override
  8. at 0x08 is nonzero, this routine is called instead.
  9. (cont.)