Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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