Mirror of CollapseOS
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

16 rindas
654B

  1. RESERVED REGISTERS: At all times, IX points to RSP TOS and IY
  2. is IP. SP points to PSP TOS, but you can still use the stack\
  3. in native code. you just have to make sure you've restored it
  4. before "next".
  5. STABLE ABI: The boot binary starts with a list of references.
  6. The address of these references have to stay to those addr-
  7. esses. The rest of the Collapse OS code depend on it. In fact,
  8. up until 0x67, the (?br) wordref, pretty much everything has
  9. to stay put.
  10. The boot binary is loaded in 2 parts. The first part, "decla-
  11. rations", are loaded after xcomp, before xcomp overrides, with
  12. "282 LOAD". The rest, after xcomp overrides, with "283 335
  13. LOADR".