Mirror of CollapseOS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

16 lignes
474B

  1. CURRENTPTR points to current CURRENT. The Forth CURRENT word
  2. doesn't return RAM+2 directly, but rather the value at this
  3. address. Most of the time, it points to RAM+2, but sometimes,
  4. when maintaining alternative dicts (during cross compilation
  5. for example), it can point elsewhere.
  6. NLPTR points to an alternative routine for NL (by default,
  7. CRLF).
  8. BLK* see B416.
  9. FUTURE USES section is unused for now.
  10. DRIVERS section is reserved for recipe-specific drivers.