1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00
cc65/src
acqn dc5114b071 Just disable OptPushPop if N/Z is used after the PLA.
This is a more conservative way to fix Issue #971.
2020-02-01 18:04:32 +01:00
..
ar65 Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
ca65 Made ca65 give error messages when it sees duplicate .define commands. 2020-01-02 04:26:02 -05:00
cc65 Just disable OptPushPop if N/Z is used after the PLA. 2020-02-01 18:04:32 +01:00
chrcvt65 Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
cl65 Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
co65 Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
common Made the "none" CPU allow all address sizes. 2019-10-02 10:09:48 -04:00
da65 Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
dbginfo Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
grc65 Fix realloc() bug in gr65 2019-05-22 11:33:43 +02:00
ld65 make linker generated export warning conistent with the import warning 2019-11-18 21:50:44 +01:00
od65 Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
sim65 Changed sim65's internal error codes from 9-bit values to 7-bit values. 2019-12-06 14:47:47 -05:00
sp65 Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
.gitignore Updated from Visual Studio 2013 to Visual Studio 2015. 2018-03-05 20:42:37 +01:00
ar65.vcxproj Updated Visual Studio solution files to VS 2017. 2018-11-24 14:10:58 +01:00
ca65.vcxproj Updated Visual Studio solution files to VS 2017. 2018-11-24 14:10:58 +01:00
cc65.sln Added chrcvt65 to the Visual Studio project. 2016-06-03 11:37:15 +02:00
cc65.vcxproj Updated Visual Studio solution files to VS 2017. 2018-11-24 14:10:58 +01:00
chrcvt65.vcxproj Updated Visual Studio solution files to VS 2017. 2018-11-24 14:10:58 +01:00
cl65.vcxproj Updated Visual Studio solution files to VS 2017. 2018-11-24 14:10:58 +01:00
co65.vcxproj Updated Visual Studio solution files to VS 2017. 2018-11-24 14:10:58 +01:00
common.vcxproj Updated Visual Studio solution files to VS 2017. 2018-11-24 14:10:58 +01:00
da65.vcxproj Updated Visual Studio solution files to VS 2017. 2018-11-24 14:10:58 +01:00
grc65.vcxproj Updated Visual Studio solution files to VS 2017. 2018-11-24 14:10:58 +01:00
ld65.vcxproj Add support for Atari XEX file format to LD65 2019-02-03 18:04:46 -03:00
Makefile src/Makefile: Simplify BUILD_ID logic. 2019-07-15 12:42:48 +02:00
od65.vcxproj Updated Visual Studio solution files to VS 2017. 2018-11-24 14:10:58 +01:00
sim65.vcxproj Updated Visual Studio solution files to VS 2017. 2018-11-24 14:10:58 +01:00
sp65.vcxproj Updated Visual Studio solution files to VS 2017. 2018-11-24 14:10:58 +01:00