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 63943c3f44 Test for pointer must use IsTypePtr not a direct compare. The later may (and
does) fail because of qualifiers.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3898 b7a2c559-68d2-44c3-8de9-860c34a00d81
2008-08-31 18:23:58 +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 Test for pointer must use IsTypePtr not a direct compare. The later may (and 2008-08-31 18:23:58 +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