changes from Stefan A. Haubenthal

git-svn-id: svn://svn.cc65.org/cc65/trunk@2574 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg
2003-10-23 19:41:05 +00:00
parent 39ad3d6da0
commit 2ee6778705
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
MEMORY {
ZP: start = $82, size = $7E, type = rw, define = yes;
HEADER: start = $0000, size = $6, file = %O;
RAM: start = $2E00, size = $8E1F, file = %O; # $8E1F: matches upper bound $BC1F
RAM: start = $2E00, size = $8E20, file = %O; # $8E1F: matches upper bound $BC1F
}
SEGMENTS {
EXEHDR: load = HEADER, type = wprot;