Mirror of CollapseOS
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

17 satır
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.)