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.

12 lines
392B

  1. ( RLATOM pre-comment
  2. Relink atom at a, applying offset o with limit ol.
  3. Returns a, appropriately skipped.
  4. 0x24 = IF: 0x24 is an addrWord, which should be offsetted in
  5. the same way that a regular word would. To achieve this, we
  6. skip ASKIP and instead of skipping 4 bytes like a numberWord,
  7. we skip only 2, which means that our number will be treated
  8. like a regular wordref. )