mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-03 18:04:46 +00:00
20 lines
222 B
Plaintext
20 lines
222 B
Plaintext
#if not(CBM)
|
|
#warn loader_0801 module should be only used on Commodore targets
|
|
#endif
|
|
|
|
array _basic_loader @$801 = [
|
|
$0b,
|
|
$08,
|
|
10,
|
|
0,
|
|
$9e,
|
|
$32,
|
|
$30,
|
|
$36,
|
|
$31,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
|