]> git.sur5r.net Git - cc65/commit
Fixed problems with the startup code (Greg King): Interrupts must be hooked
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 31 Aug 2008 18:22:51 +0000 (18:22 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 31 Aug 2008 18:22:51 +0000 (18:22 +0000)
commit7e9b6e73115511e0ec86644c9da8719bb2cc2f4d
treeee9d303b73a3103579fbfa8d19fefd4db0633c7e
parent0cc2bf015ea9310ad1c6fb7b6ac6671e3c0611fb
Fixed problems with the startup code (Greg King): Interrupts must be hooked
before calling initlib because initlib calls contructors and may install
drivers, which enable hardware interrupts. Similar for donelib.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3897 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/c128/crt0.s
libsrc/c64/crt0.s
libsrc/vic20/crt0.s