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