Mirror of CollapseOS
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

15 satır
392B

  1. CODE 2>R ( 0xa9 )
  2. DE POPqq, HL POPqq,
  3. 17 BCALL, ( 17 == pushRS ) EXDEHL, 17 BCALL,
  4. ;CODE NOP, NOP, NOP,
  5. CODE (n) ( 0xbf, number literal )
  6. ( Literal value to push to stack is next to (n) reference
  7. in the atom list. That is where IP is currently pointing.
  8. Read, push, then advance IP. )
  9. E 0 IY+ LDrIXY,
  10. D 1 IY+ LDrIXY,
  11. IY INCss,
  12. IY INCss,
  13. DE PUSHqq,
  14. ;CODE