mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-01 05:05:32 +00:00
20 lines
229 B
Plaintext
20 lines
229 B
Plaintext
#if not(CBM)
|
|
#warn loader_1c01 module should be only used on Commodore targets
|
|
#endif
|
|
|
|
const array _basic_loader @$1C01 = [
|
|
$0b,
|
|
$1C,
|
|
10,
|
|
0,
|
|
$9e,
|
|
$37,
|
|
$31,
|
|
$38,
|
|
$31,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
|