Mirror of CollapseOS
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

17 líneas
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.)