1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-14 07:28:54 +00:00
millfork/include/loader_0801_16bit.mfk
2018-03-03 21:41:49 +01:00

21 lines
198 B
Plaintext

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
}