Export start and size of the ZP memory area

git-svn-id: svn://svn.cc65.org/cc65/trunk@1258 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-04-23 20:11:36 +00:00
parent 6bdf186607
commit 2a921c4498
11 changed files with 12 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
MEMORY {
ZP: start = $02, size = $1A, type = rw;
ZP: start = $02, size = $1A, type = rw, define = yes;
RAM: start = $03FF, size = $7BFF, file = %O;
}
SEGMENTS {