1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-01-11 12:29:46 +00:00
millfork/include/loader_a000.mfk

11 lines
203 B
Plaintext
Raw Normal View History

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