2018-07-12 16:30:35 +00:00
|
|
|
#if not(CBM)
|
|
|
|
#warn loader_1c01 module should be only used on Commodore targets
|
|
|
|
#endif
|
|
|
|
|
2019-08-15 23:09:03 +00:00
|
|
|
const array _basic_loader @$1C01 = [
|
2017-12-06 23:23:30 +00:00
|
|
|
$0b,
|
|
|
|
$1C,
|
|
|
|
10,
|
|
|
|
0,
|
|
|
|
$9e,
|
|
|
|
$37,
|
|
|
|
$31,
|
|
|
|
$38,
|
|
|
|
$31,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
|