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 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue