cc65/test/dasm/65816.cfg

8 lines
98 B
INI

MEMORY {
ROM: start = $8000, size = $8000;
}
SEGMENTS {
CODE: load = ROM;
}