1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
uz 5175f95341 Fixed a problem in the optimizer function that rewrites ops that use the
stack. Useless instructions (duplicate loads or transfers) within the sequence
are left intact and may cause problems because the interfere with the
replacement code. A run of OptRemoveUnusedLoads and friends should fix the
problem, bit this step may be disabled, so the routine has to check for this
condition and avoid it (by not doing the replacement).


git-svn-id: svn://svn.cc65.org/cc65/trunk@4551 b7a2c559-68d2-44c3-8de9-860c34a00d81
2010-01-20 19:47:44 +00:00
asminc Added missing declaration ?!? 2009-12-13 00:13:14 +00:00
doc Fixed the description of the return codes of the is... functions from ctype.h 2010-01-13 16:16:17 +00:00
include Added macro for ssc slot selection. 2009-12-13 11:21:59 +00:00
libsrc Some optimization. 2010-01-08 23:09:02 +00:00
make Makefile patch contributed by Greg King: 2009-12-02 15:21:22 +00:00
packages P.A.S.E. joystick driver for the Oric Atmos, contributed by Stefan Haubenthal. 2009-12-21 21:14:21 +00:00
samples Rewrote the sinus display using the new cc65_sin function. 2009-10-30 14:03:21 +00:00
src Fixed a problem in the optimizer function that rewrites ops that use the 2010-01-20 19:47:44 +00:00
testcode Added support for several machines. 2010-01-08 23:37:25 +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