1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-02 15:29:33 +00:00

fix comment

git-svn-id: svn://svn.cc65.org/cc65/trunk@3174 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2004-08-04 00:10:55 +00:00
parent 2e1183125f
commit 7c1590b5d5

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 = $8E20, file = %O; # $8E1F: matches upper bound $BC1F
RAM: start = $2E00, size = $8E20, file = %O; # $8E20: matches upper bound $BC1F
}
SEGMENTS {
EXEHDR: load = HEADER, type = wprot;