6502-OS/linker.conf

8 lines
184 B
Plaintext
Raw Normal View History

2023-10-26 19:51:20 +02:00
MEMORY {
ROM: start = $8000, size = $8000, file = %O, fill = yes;
}
SEGMENTS {
CODE: load = ROM, type = ro;
RESET_VECTOR: load = ROM, type = ro, start = $FFFA;
}