mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-01 05:05:32 +00:00
25 lines
297 B
Plaintext
25 lines
297 B
Plaintext
#if not(CBM)
|
|
#warn loader_0801_16bit module should be only used on Commodore targets
|
|
#endif
|
|
|
|
const array _basic_loader @$801 = [
|
|
$0b,
|
|
$08,
|
|
10,
|
|
0,
|
|
$9e,
|
|
$32,
|
|
$30,
|
|
$36,
|
|
$31,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
|
|
|
|
asm void __init_16bit() @$80D {
|
|
clc
|
|
xce
|
|
sep #$30
|
|
} |