1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-10 23:29:05 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
cuz 3ac1a08baf Cleaned up the code used for handling jump labels and the label name.
Fixed a problem that caused the optimizer not to detect that flags set by
a load are used, if the use is "hidden" behind an unconditional branch. This
caused the optimizer to remove the load.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3111 b7a2c559-68d2-44c3-8de9-860c34a00d81
2004-06-07 21:16:49 +00:00
asminc
doc Corrected minor spelling errors 2004-06-06 10:35:12 +00:00
include Fixed a problem 2004-06-04 21:25:54 +00:00
libsrc Remove dependency on rom.o 2004-06-04 17:54:15 +00:00
make
packages Added new atmos tgi driver 2004-06-03 21:30:16 +00:00
samples Some improvements in font generation 2004-05-31 15:17:40 +00:00
src Cleaned up the code used for handling jump labels and the label name. 2004-06-07 21:16:49 +00:00
testcode
util
.cvsignore