mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-17 16:05:31 +00:00
20 lines
223 B
Plaintext
20 lines
223 B
Plaintext
#if not(CBM)
|
|
#warn loader_1001 module should be only used on Commodore targets
|
|
#endif
|
|
|
|
array _basic_loader @$1001 = [
|
|
$0b,
|
|
$10,
|
|
10,
|
|
0,
|
|
$9e,
|
|
$34,
|
|
$31,
|
|
$30,
|
|
$39,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
|