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.

9 lines
268B

  1. CODE (n) ( number literal )
  2. ( Literal value to push to stack is next to (n) reference
  3. in the atom list. That is where IP is currently pointing.
  4. Read, push, then advance IP. )
  5. LDA(BC), L A LDrr, BC INCd,
  6. LDA(BC), H A LDrr, BC INCd,
  7. HL PUSH,
  8. ;CODE