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
609B

  1. C<? is a flag indicating whether a character is waiting in the
  2. input stream. 1 means yes, 0 means no. It is the responsibility
  3. of C<* to update that flag.
  4. WORDBUF is the buffer used by WORD
  5. BOOT C< PTR is used when Forth boots from in-memory
  6. source. See "Initialization sequence" below.
  7. INTJUMP All RST offsets (well, not *all* at this moment, I
  8. still have to free those slots...) in boot binaries are made to
  9. jump to this address. If you use one of those slots for an
  10. interrupt, write a jump to the appropriate offset in that RAM
  11. location.
  12. (cont.)