1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-02 04:41:35 +00:00
cc65/test/dasm/65816.cfg

8 lines
98 B
INI
Raw Normal View History

2022-10-17 09:50:59 +00:00
MEMORY {
ROM: start = $8000, size = $8000;
}
SEGMENTS {
CODE: load = ROM;
}