1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-01-21 17:32:08 +00:00
millfork/include/loader_c64crt.mfk

11 lines
203 B
Plaintext
Raw Normal View History

2018-12-17 11:13:01 +01:00
segment(prgrom)
2019-06-26 17:54:29 +02:00
const array __vectors @$8000 = [
2018-12-17 11:13:01 +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 @$8004 = [$C3, $C2, $CD, $38, $30]