1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 20:29:34 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
uz d352b85c87 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.

See also R3897 and R3951 where this change was done for other platforms.
                         


git-svn-id: svn://svn.cc65.org/cc65/trunk@3954 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-02-22 18:23:31 +00:00
asminc fix typo 2009-01-30 19:36:24 +00:00
doc Documented rename(), moved remove to stdio.h (where it belongs), fixed the 2009-02-22 16:08:30 +00:00
include add strnicmp/strncasecmp 2009-02-10 19:16:22 +00:00
libsrc Fixed problems with the startup code (Greg King): Interrupts must be hooked 2009-02-22 18:23:31 +00:00
make Changes from Greg King 2007-06-21 20:42:16 +00:00
packages Fixed a typo. 2008-07-21 18:42:46 +00:00
samples Support for the Plus/4 by john "graham" selck. 2009-02-11 17:37:18 +00:00
src When generating forward references to functions, use the default code address 2009-02-22 16:38:07 +00:00
testcode Test program for the rename() function. Supplied by Greg King - thanks! 2009-02-22 15:42:40 +00:00
util git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00