1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-07 04:38:46 +10:00
collapseos/recipes/rc2014/sdcard/jumptable.inc
Virgil Dupras 12ca2bd53e parts/z80/sdc: add sdcInitialize
Also, adjust SD card recipe. Straightforward initialization and read!
2019-05-08 16:03:54 -04:00

10 lines
235 B
C++

JUMP_PRINTSTR .equ 0x02
JUMP_PRINTHEX .equ 0x05
JUMP_SDCINITALIZE .equ 0x08
JUMP_SDCSENDRECV .equ 0x0b
JUMP_SDCWAITRESP .equ 0x0e
JUMP_SDCCMD .equ 0x11
JUMP_SDCCMDR1 .equ 0x14
JUMP_SDCCMDR7 .equ 0x17