]> git.sur5r.net Git - cc65/commit
Added old obsolete version of LOADER.SYSTEM in order to retain the history. This...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 21 Jan 2012 12:59:43 +0000 (12:59 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 21 Jan 2012 12:59:43 +0000 (12:59 +0000)
commit0a7981840b038ab794bc94e93ab0a3ddf568db4a
treed6931aa88cd9c38701b39b5840639e5bb2df905d
parent7103aa04ae442b9554f2ba3047052a7ea277b3ae
Added old obsolete version of LOADER.SYSTEM in order to retain the history. This version implemented the BASIC warmstart/coldstart hooks and was therefore fully compatible with any DOS 3.3 binary running under ProDOS. However later the Apple2 C library startup code was extended to not rely on the BASIC hooks when running under ProDOS without BASIC.SYSTEM. Therefore the hook functionality became obsolete and was later removed. This limits LOADER.SYSTEM to cc65 binaries - but it surely wasn't used for anything else anyway ;-)

git-svn-id: svn://svn.cc65.org/cc65/trunk@5416 b7a2c559-68d2-44c3-8de9-860c34a00d81
targetutil/apple2/loader.cfg [new file with mode: 0644]
targetutil/apple2/loader.s [new file with mode: 0644]
targetutil/apple2/loader.txt [new file with mode: 0644]