mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-08 10:38:06 +11:00
10 lines
178 B
Forth
10 lines
178 B
Forth
212 LOAD ( z80a )
|
|
: SDC_SPI 4 ;
|
|
: SDC_CSLOW 5 ;
|
|
: SDC_CSHIGH 6 ;
|
|
602 616 LOADR ( sdc )
|
|
|
|
0x0000 0x00 _crc16 0x0000 #eq
|
|
0x0000 0x01 _crc16 0x1021 #eq
|
|
0x5678 0x34 _crc16 0x34e4 #eq
|