]> git.sur5r.net Git - cc65/commit
Moved IRQ hooking / unhooking from startup code to constructor / destructor to avoid...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 12 Feb 2013 22:39:38 +0000 (22:39 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 12 Feb 2013 22:39:38 +0000 (22:39 +0000)
commit7c9171ee87a2fc26e33df4ab7e8644910abcf0dd
tree16b635a8201f5a822caceb5fe0107350ebdb301b
parent1607b05104bcaee1e4ace7604856c62cce33c408
Moved IRQ hooking / unhooking from startup code to constructor / destructor to avoid linking in the hooking / unhooking code (and callirq) for the majority of cc65 prorams not linking in interruptors.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5985 b7a2c559-68d2-44c3-8de9-860c34a00d81
36 files changed:
libsrc/apple2/Makefile
libsrc/apple2/crt0.s
libsrc/apple2/irq.s [new file with mode: 0644]
libsrc/apple2/reboot.s
libsrc/apple2enh/Makefile
libsrc/atari/Makefile
libsrc/atari/crt0.s
libsrc/atari/irq.s [new file with mode: 0644]
libsrc/atmos/Makefile
libsrc/atmos/crt0.s
libsrc/atmos/irq.s [new file with mode: 0644]
libsrc/c128/Makefile
libsrc/c128/crt0.s
libsrc/c128/irq.s [new file with mode: 0644]
libsrc/c16/Makefile
libsrc/c16/crt0.s
libsrc/c16/irq.s [new file with mode: 0644]
libsrc/c64/Makefile
libsrc/c64/crt0.s
libsrc/c64/irq.s [new file with mode: 0644]
libsrc/cbm510/Makefile
libsrc/cbm510/irq.s [new file with mode: 0644]
libsrc/cbm610/Makefile
libsrc/cbm610/irq.s [new file with mode: 0644]
libsrc/lynx/Makefile
libsrc/lynx/crt0.s
libsrc/lynx/irq.s [new file with mode: 0644]
libsrc/pet/Makefile
libsrc/pet/crt0.s
libsrc/pet/irq.s [new file with mode: 0644]
libsrc/plus4/Makefile
libsrc/plus4/irq.s [new file with mode: 0644]
libsrc/runtime/callirq.s
libsrc/vic20/Makefile
libsrc/vic20/crt0.s
libsrc/vic20/irq.s [new file with mode: 0644]