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

  1. Core words
  2. This section contains arch-independent core words of Collapse
  3. OS. Those words are written in a way that make them entirely
  4. cross-compilable (see B260). When building Collapse OS, these
  5. words come right after the boot binary (B280).
  6. Because this unit is designed to be cross-compiled, things are
  7. a little weird. It is compiling in the context of a full
  8. Forth interpreter with all bells and whistles (and z80
  9. assembler), but it has to obey strict rules:
  10. 1. Although it cannot compile a word that isn't defined yet,
  11. it can still execute an immediate from the host system.
  12. (cont.)