info about c1541 in docs, lowered highest available address to $6000 due to

posiblity of overwriting C stack by drawing/copying to screen backbuffer


git-svn-id: svn://svn.cc65.org/cc65/trunk@847 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst
2001-08-15 16:08:15 +00:00
parent 4203682943
commit 9346c3fbac
3 changed files with 7 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
MEMORY {
HEADER: start = $204, size = 508, file = %O;
RAM: start = $400, size = $7C00, file = %O;
RAM: start = $400, size = $5C00, file = %O;
}
SEGMENTS {
HEADER: load = HEADER, type = ro;