Mirror of CollapseOS
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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