mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Define symbols for the RAM area
git-svn-id: svn://svn.cc65.org/cc65/trunk@610 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
22b55ae7fe
commit
1bcad88c3a
@ -1,6 +1,6 @@
|
|||||||
MEMORY {
|
MEMORY {
|
||||||
ZP: start = $02, size = $1A, type = rw;
|
ZP: start = $02, size = $1A, type = rw;
|
||||||
RAM: start = $7FF, size = $c801, file = %O;
|
RAM: start = $7FF, size = $c801, define = yes, file = %O;
|
||||||
}
|
}
|
||||||
SEGMENTS {
|
SEGMENTS {
|
||||||
CODE: load = RAM, type = wprot;
|
CODE: load = RAM, type = wprot;
|
||||||
@ -20,4 +20,4 @@ FEATURES {
|
|||||||
count = __DESTRUCTOR_COUNT__;
|
count = __DESTRUCTOR_COUNT__;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user