Reverted the change by Stefan Haubenthal - order of segments is important for

the heap to work correctly.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4995 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-04-25 18:45:57 +00:00
parent cc3424a545
commit 671a4a653f
3 changed files with 5 additions and 5 deletions

View File

@@ -33,8 +33,8 @@ information.
<sect>Binary format<p>
The standard binary output format generated by the linker for the Atmos target
is a machine language program with a 14 byte tape header. The standard load
and autostart address is &dollar;500.
is a machine language program with a 17 byte tape header including a cc65 tag.
The standard load and autostart address is &dollar;500.
<sect>Memory layout<p>