Mirror of CollapseOS
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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