Mirror of CollapseOS
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

17 wiersze
462B

  1. CURRENT points to the last dict entry.
  2. HERE points to current write offset.
  3. IP is the Interpreter Pointer
  4. PARSEPTR holds routine address called on (parse)
  5. C<* holds routine address called on C<. If the C<* override
  6. at 0x08 is nonzero, this routine is called instead.
  7. IN> is the current position in IN(, which is the input buffer.
  8. IN(* is a pointer to the input buffer, allocated at runtime.
  9. (cont.)