mirror of
https://github.com/KarolS/millfork.git
synced 2024-10-31 14:04:58 +00:00
11 lines
203 B
Plaintext
11 lines
203 B
Plaintext
segment(prgrom)
|
|
const array __vectors @$8000 = [
|
|
main.addr.lo,
|
|
main.addr.hi,
|
|
main.addr.lo,
|
|
main.addr.hi
|
|
]
|
|
|
|
segment(prgrom)
|
|
const array __boot_signature @$8004 = [$C3, $C2, $CD, $38, $30]
|