1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00
cc65/src
Jesse Rosenstock dfd047ce6a g_typeadjust: Use CF_CHAR for char args
If lhs and rhs are either both signed char or both unsigned char,
return flags for that type instead of (unsigned) int.  The flags
are used only for codegen.  Currently, this does nothing, since
codegen treats chars as ints unless CF_FORCECHAR is set, but it
allows more efficient char x char -> int codegen to be added in
the future.
2020-12-24 14:40:39 -05:00
..
ar65 ar65/LibClose: Include filename in error messages 2020-07-09 21:56:02 +02:00
ca65 Revert transient modification of EATab Table 0 comment 2020-11-19 22:02:07 +01:00
cc65 g_typeadjust: Use CF_CHAR for char args 2020-12-24 14:40:39 -05:00
chrcvt65 Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
cl65 Fix formatting 2020-07-08 16:45:00 +02:00
co65 Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
common Bumped version. 2020-11-20 19:11:20 +01:00
da65 instruction table contained wrong parameters at SIR opcode 2020-11-19 22:02:07 +01: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 In Atari XEX output format, join memory areas if possible. 2020-07-04 23:28:10 +02: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
cc65.vcxproj Moved some reusable code from cc65/coptstop.c into new files. 2020-09-27 12:22:05 +02: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 add c64dtv support 2020-11-15 16:35:55 +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
msbuild.cmd Unfortunately there's no other way than using the absolute path to init the correct MSVC 2017 environment. 2020-08-02 18:44:13 +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