Add segment ONCE
This commit is contained in:
parent
d059682692
commit
c293b299d8
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ MEMORY {
|
||||||
SEGMENTS {
|
SEGMENTS {
|
||||||
ZEROPAGE: load = ZP, type = zp;
|
ZEROPAGE: load = ZP, type = zp;
|
||||||
STARTUP: load = ROM, type = ro, define = yes;
|
STARTUP: load = ROM, type = ro, define = yes;
|
||||||
|
ONCE: load = ROM, type = ro, define = yes;
|
||||||
CODE: load = ROM, type = ro, define = yes;
|
CODE: load = ROM, type = ro, define = yes;
|
||||||
RODATA: load = ROM, type = ro, define = yes, align = 256;
|
RODATA: load = ROM, type = ro, define = yes, align = 256;
|
||||||
DATA: load = ROM, run = RAM1, type = rw, define = yes;
|
DATA: load = ROM, run = RAM1, type = rw, define = yes;
|
||||||
|
|
Loading…
Add table
Reference in a new issue