mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
introduce SHADOW_RAM2
This commit is contained in:
parent
678ffbdd4d
commit
de639fdf6a
@ -71,7 +71,8 @@ SEGMENTS {
|
|||||||
SAVEAREA: load = SRPREPCHNK, type = bss, define = yes; # shared btw. SRPREP and RAM
|
SAVEAREA: load = SRPREPCHNK, type = bss, define = yes; # shared btw. SRPREP and RAM
|
||||||
LOWDATA: load = SRPREPCHNK, type = bss, define = yes; # " " " " " " " "
|
LOWDATA: load = SRPREPCHNK, type = bss, define = yes; # " " " " " " " "
|
||||||
SRPREP: load = SRPREPCHNK, type = rw, define = yes;
|
SRPREP: load = SRPREPCHNK, type = rw, define = yes;
|
||||||
SHADOW_RAM: load = SRPREPCHNK, run = HIDDEN_RAM, type = rw, define = yes, optional = yes;
|
SHADOW_RAM: load = SRPREPCHNK, run = HIDDEN_RAM, type = rw, define = yes, optional = yes;
|
||||||
|
SHADOW_RAM2: load = SRPREPCHNK, run = HIDDEN_RAM, type = rw, define = yes, optional = yes;
|
||||||
SRPREPTRL: load = SRPREPTRL, type = ro;
|
SRPREPTRL: load = SRPREPTRL, type = ro;
|
||||||
|
|
||||||
MAINHDR: load = MAINHDR, type = ro;
|
MAINHDR: load = MAINHDR, type = ro;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user