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.

17 lines
624B

  1. Stable ABI
  2. Across all architectures, some offset are referred to by off-
  3. sets that don't change (well, not without some binary manipu-
  4. lation). Here's the complete list of these references:
  5. 04 BOOT addr 06 (uflw) addr 08 LATEST
  6. 13 (oflw) addr 2b (s) wordref 33 2>R wordref
  7. 42 EXIT wordref 53 (br) wordref 67 (?br) wordref
  8. 80 (loop) wordref bf (n) wordref
  9. BOOT, (uflw) and (oflw) exist because they are referred to
  10. before those words are defined (in core words). LATEST is a
  11. critical part of the initialization sequence.
  12. (cont.)