]> git.sur5r.net Git - cc65/commit
* Moved the BASIC stub that calls the compiled program into it's own segment
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 9 Dec 2009 12:42:24 +0000 (12:42 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 9 Dec 2009 12:42:24 +0000 (12:42 +0000)
commit60bc009991eb11e5f963f2a579e7c441fa8b1ece
tree43e616244825f729867558a2fe660c0f800e7966
parent1fae13274e6f16ef70b860df01abe587f6f3b547
* Moved the BASIC stub that calls the compiled program into it's own segment
  named EXEHDR.
* Renamed BASICHDR to EXEHDR for the PET-II machines.
* Moved the call to CHRCH in front of the code that saves the zero page, since
  open files are sometimes remembered in the zero page, so we need to close
  them before we grab a copy.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4507 b7a2c559-68d2-44c3-8de9-860c34a00d81
17 files changed:
libsrc/c128/crt0.s
libsrc/c16/crt0.s
libsrc/c64/crt0.s
libsrc/cbm510/crt0.s
libsrc/cbm610/crt0.s
libsrc/pet/crt0.s
libsrc/plus4/crt0.s
libsrc/vic20/crt0.s
src/ld65/cfg/c128.cfg
src/ld65/cfg/c16.cfg
src/ld65/cfg/c64.cfg
src/ld65/cfg/cbm510.cfg
src/ld65/cfg/cbm610.cfg
src/ld65/cfg/pet.cfg
src/ld65/cfg/plus4.cfg
src/ld65/cfg/vic20-32k.cfg
src/ld65/cfg/vic20.cfg