1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 03:10:19 +10:00
collapseos/apps/basic/sdc.asm

15 lines
181 B
NASM
Raw Normal View History

2019-12-12 03:18:32 +11:00
; SDC-related basic commands
basSDCI:
jp sdcInitializeCmd
basSDCF:
jp sdcFlushCmd
basSDCCmds:
.db "sdci", 0
.dw basSDCI
.db "sdcf", 0
.dw basSDCF
.db 0xff ; end of table