1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 00:29:31 +00:00
cc65/test/dasm/65816.cfg
2022-11-03 08:17:51 +02:00

8 lines
98 B
INI

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