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.

11 lines
302B

  1. CODE (n) ( number literal )
  2. PC ORG @ 0x25 + ! ( stable ABI JP )
  3. ( Literal value to push to stack is next to (n) reference
  4. in the atom list. That is where IP is currently pointing.
  5. Read, push, then advance IP. )
  6. E 0 IY+ LDrIXY,
  7. D 1 IY+ LDrIXY,
  8. IY INCd, IY INCd,
  9. DE PUSH,
  10. ;CODE