mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 00:29:31 +00:00
Add segment ONCE
This commit is contained in:
parent
3792347d5d
commit
4cd32829ea
@ -25,6 +25,7 @@ MEMORY {
|
||||
SEGMENTS {
|
||||
ZEROPAGE: load = ZP, type = zp;
|
||||
STARTUP: load = ROM, type = ro, define = yes;
|
||||
ONCE: load = ROM, type = ro, define = yes;
|
||||
CODE: load = ROM, type = ro, define = yes;
|
||||
RODATA: load = ROM, type = ro, define = yes, align = 256;
|
||||
DATA: load = ROM, run = RAM1, type = rw, define = yes;
|
||||
|
Loading…
Reference in New Issue
Block a user