mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 17:30:50 +00:00
Changed the size of available RAM so that the last used address is $7FFF.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4630 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
38b0dbde84
commit
15f95d7623
@ -1,7 +1,7 @@
|
|||||||
MEMORY {
|
MEMORY {
|
||||||
ZP: start = $0055, size = $001A, type = rw, define = yes;
|
ZP: start = $0055, size = $001A, type = rw, define = yes;
|
||||||
HEADER: start = $03FF, size = $000E, file = %O;
|
HEADER: start = $03FF, size = $000E, file = %O;
|
||||||
RAM: start = $040D, size = $7BF1, file = %O;
|
RAM: start = $040D, size = $7BF3, file = %O;
|
||||||
}
|
}
|
||||||
SEGMENTS {
|
SEGMENTS {
|
||||||
EXEHDR: load = HEADER, type = ro;
|
EXEHDR: load = HEADER, type = ro;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user