1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-25 19:29:49 +00:00
millfork/include/loader_c64crt.mfk

11 lines
203 B
Plaintext
Raw Normal View History

2018-12-17 10:13:01 +00:00
segment(prgrom)
2019-06-26 15:54:29 +00:00
const array __vectors @$8000 = [
2018-12-17 10:13:01 +00:00
main.addr.lo,
main.addr.hi,
main.addr.lo,
main.addr.hi
]
segment(prgrom)
2019-08-15 23:09:03 +00:00
const array __boot_signature @$8004 = [$C3, $C2, $CD, $38, $30]