Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
506B

  1. Cross-compiled core
  2. This units contains core Collapse OS that are cross-compiled.
  3. During building, these come right after the boot binary (B280).
  4. Because this unit is designed to be cross-compiled, things are
  5. a little weird. It is compiling in the context of a full
  6. Forth interpreter with all bells and whistles (and z80
  7. assembler), but it has to obey strict rules:
  8. 1. It cannot compile a word from higher layers. Immediates are
  9. fine.
  10. (cont.)