Mirror of CollapseOS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

12 lignes
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. )