mirror of
https://github.com/cc65/cc65.git
synced 2024-11-01 11:04:34 +00:00
8 lines
98 B
INI
8 lines
98 B
INI
MEMORY {
|
|
ROM: start = $8000, size = $8000;
|
|
}
|
|
|
|
SEGMENTS {
|
|
CODE: load = ROM;
|
|
}
|