Mirror of CollapseOS
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

17 líneas
480B

  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. FUTURE USES section is unused for now.
  7. DRIVERS section is reserved for recipe-specific
  8. drivers. Here is a list of known usages:
  9. * 0x70-0x78: ACIA buffer pointers in RC2014 recipes.