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.

sdc.asm 181B

1234567891011121314
  1. ; SDC-related basic commands
  2. basSDCI:
  3. jp sdcInitializeCmd
  4. basSDCF:
  5. jp sdcFlushCmd
  6. basSDCCmds:
  7. .db "sdci", 0
  8. .dw basSDCI
  9. .db "sdcf", 0
  10. .dw basSDCF
  11. .db 0xff ; end of table