1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-30 08:57:49 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
cuz 914b2a7e37 New store optimization.
New functions RegValIsKnown and RegValIsUnknown should be used instead of
direct compares against zero, so we can change the "unknown" representation
one day.


git-svn-id: svn://svn.cc65.org/cc65/trunk@1466 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-10-17 21:37:01 +00:00
asminc
doc Fixed some bad looking stuff 2002-10-10 21:51:14 +00:00
include Use other representations for SCHAR_MIN, SHORT_MIN, INT_MIN and LONG_MIN. 2002-10-06 18:59:08 +00:00
libsrc Output an error if an invalid address is used 2002-10-06 20:58:22 +00:00
packages Changes from Michael Klein 2002-10-03 20:10:10 +00:00
samples Port plasma to the C128 2002-10-03 19:19:25 +00:00
src New store optimization. 2002-10-17 21:37:01 +00:00
testcode
util
.cvsignore