1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
uz 7e9b6e7311 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
2008-08-31 18:22:51 +00:00
asminc fix comments for LMARGN and RMARGN 2008-07-01 21:05:28 +00:00
doc Made strxfrm fastcall, added docs. 2008-08-27 20:02:48 +00:00
include Made strxfrm fastcall, added docs. 2008-08-27 20:02:48 +00:00
libsrc Fixed problems with the startup code (Greg King): Interrupts must be hooked 2008-08-31 18:22:51 +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 git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00
src Moved the fascall and near/far flags from the function desriptor into the 2008-08-24 17:33:30 +00:00
testcode Checked in a small test routine for the serial drivers. It has been lying 2008-08-14 19:17:34 +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