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.

13 lines
218B

  1. ( Initiate SPI exchange with the SD card. n is the data to
  2. send. )
  3. CODE _sdcSR ( n -- n )
  4. HL POPqq,
  5. chkPS,
  6. A L LDrr,
  7. SDC_SPI OUTnA,
  8. NOP, NOP,
  9. SDC_SPI INAn,
  10. L A LDrr,
  11. HL PUSHqq,
  12. ;CODE