2018-07-12 18:30:35 +02:00
|
|
|
#if not(CBM)
|
|
|
|
#warn loader_0401 module should be only used on Commodore targets
|
|
|
|
#endif
|
|
|
|
|
2019-08-16 01:09:03 +02:00
|
|
|
const array _basic_loader @$401 = [
|
2017-12-07 00:23:30 +01:00
|
|
|
$0b,
|
|
|
|
4,
|
|
|
|
10,
|
|
|
|
0,
|
|
|
|
$9e,
|
|
|
|
$31,
|
|
|
|
$30,
|
|
|
|
$33,
|
|
|
|
$37,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
|