]> git.sur5r.net Git - cc65/commit
Now that cc65 programs can run as SYS files themselves my ProDOS Loader ulimately...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 14 Sep 2009 19:58:06 +0000 (19:58 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 14 Sep 2009 19:58:06 +0000 (19:58 +0000)
commit0c161a6cdd257ed8470dd9073c06aa0a8003390a
tree2c9f80ccb59b990c96e912aa8d792173ab5428d0
parent29cea09e0def4ab9b65e00a6b78b44645918e5fb
Now that cc65 programs can run as SYS files themselves my ProDOS Loader ulimately has to change from a minimalistic shell replacement to a pure loader (without exit hook). This approach simplifies several things. However the "reboot after exit" option now present as a ProDOS Loader variant has to move into the cc65 program.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4172 b7a2c559-68d2-44c3-8de9-860c34a00d81
doc/apple2.sgml
doc/apple2enh.sgml
doc/funcref.sgml
include/apple2.h
libsrc/apple2/Makefile
libsrc/apple2/crt0.s
libsrc/apple2/reboot.s [new file with mode: 0644]
libsrc/apple2enh/Makefile