mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 15:20:56 +11:00
11 lines
197 B
Forth
11 lines
197 B
Forth
212 LOAD ( z80a )
|
|
: SDC_SPI 4 ;
|
|
: SDC_CSLOW 5 ;
|
|
: SDC_CSHIGH 6 ;
|
|
372 LOAD ( sdc.z80 )
|
|
374 LOAD ( sdc.fs )
|
|
|
|
0x0000 0x00 _crc16 0x0000 #eq
|
|
0x0000 0x01 _crc16 0x1021 #eq
|
|
0x5678 0x34 _crc16 0x34e4 #eq
|