1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-07 21:28:59 +00:00
millfork/include/loader_a000.mfk

11 lines
197 B
Plaintext
Raw Normal View History

2018-12-17 16:18:29 +00:00
segment(prgrom)
2019-06-26 15:54:29 +00:00
const array __vectors @$A000 = [
2018-12-17 16:18:29 +00:00
main.addr.lo,
main.addr.hi,
main.addr.lo,
main.addr.hi
]
segment(prgrom)
array __boot_signature @$A004 = [$41, $30, $C3, $C2, $CD]