Lynx updates by Karri Kaksonen.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4285 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-10-01 14:09:19 +00:00
parent ce778c4bb8
commit d42ce3b59e
5 changed files with 10 additions and 182 deletions

View File

@@ -1,7 +1,7 @@
MEMORY {
ZP: start = $0000, size = $0100, type = rw, define = yes;
HEADER: start = $0000, size = $000A, file = %O;
RAM: start = $0400, size = $BA3F, define = yes, file = %O;
RAM: start = $0400, size = $BC38, define = yes, file = %O;
}
SEGMENTS {
EXEHDR: load = HEADER, type = ro;