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.

16 lines
460B

  1. CODE _status
  2. A 0b11111101 LDri, ( TH output, unselected )
  3. PAD_CTLPORT OUTiA,
  4. PAD_D1PORT INAi,
  5. 0x3f ANDi, ( low 6 bits are good )
  6. B A LDrr, ( let's store them )
  7. ( Start and A are returned when TH is selected, in bits 5 and
  8. 4. Well get them, left-shift them and integrate them to B. )
  9. A 0b11011101 LDri, ( TH output, selected )
  10. PAD_CTLPORT OUTiA,
  11. PAD_D1PORT INAi,
  12. 0b00110000 ANDi,
  13. A SLA, A SLA, B ORr,
  14. PUSHA,
  15. ;CODE