Mirror of CollapseOS
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

17 строки
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.)