1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
uz f6c589bf8e Fixed problems with OptPrecalc. It removed insns because it results were known
- but the insns generate a carry which may be needed later.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4115 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-09-04 15:44:48 +00:00
asminc
doc Updated and clarified the coding hints. 2009-09-01 10:19:20 +00:00
include Use __asm__() instead of asm(). 2009-08-15 09:08:03 +00:00
libsrc The pleasp.s module is no longer in use. 2009-08-31 12:56:54 +00:00
make
packages
samples Increase count to 16384. Simplify complex expression. 2009-08-28 17:21:58 +00:00
src Fixed problems with OptPrecalc. It removed insns because it results were known 2009-09-04 15:44:48 +00:00
testcode
util