Mirror of CollapseOS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

17 lignes
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.)