mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-01 21:04:51 +00:00
11 lines
203 B
Plaintext
11 lines
203 B
Plaintext
segment(prgrom)
|
|
const array __vectors @$A000 = [
|
|
main.addr.lo,
|
|
main.addr.hi,
|
|
main.addr.lo,
|
|
main.addr.hi
|
|
]
|
|
|
|
segment(prgrom)
|
|
const array __boot_signature @$A004 = [$41, $30, $C3, $C2, $CD]
|