Mirror of CollapseOS
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

17 řádky
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.)