cc65/src/ca65
Greg King d14148ab4f Restricted commit b9a3c78888 to classic-style Assembly macros.
.include will work at expansion-time for .define macros.
2021-05-17 19:48:47 -04:00
..
anonname.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
anonname.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
asserts.c Normalized code. 2014-03-04 01:11:19 +01:00
asserts.h Normalized code. 2014-03-04 01:11:19 +01:00
condasm.c new macros supporting 6502DTV cpu 2020-11-19 22:02:07 +01:00
condasm.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
dbginfo.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
dbginfo.h Normalized code. 2014-03-04 01:11:19 +01:00
ea.h Removed non-ASCII chars. 2021-04-19 16:06:10 +02:00
ea65.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
ea65.h Removed non-ASCII chars. 2021-04-19 16:06:10 +02:00
easw16.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
easw16.h Removed non-ASCII chars. 2021-04-19 16:06:10 +02:00
enum.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
enum.h Removed non-ASCII chars. 2021-04-19 15:50:52 +02:00
error.c Standard formatting of error messages. 2021-05-11 17:41:59 +02:00
error.h Moved workaround for MinGW's missing %m support to a central place. 2014-03-04 01:20:38 +01:00
expr.c 65816 now generate EXPR_NEARADDR instead of EXPR_WORD0 for default assumed address mode, which will be validated by the linker's range check rather than blindly truncated. Assuming the assembler correctly validated this, the linker is allowed to truncate. 2019-05-11 12:32:44 +02:00
expr.h 65816 now generate EXPR_NEARADDR instead of EXPR_WORD0 for default assumed address mode, which will be validated by the linker's range check rather than blindly truncated. Assuming the assembler correctly validated this, the linker is allowed to truncate. 2019-05-11 12:32:44 +02:00
feature.c ca65: Add string_escapes feature. Resolves #535 2019-01-05 11:29:54 -08:00
feature.h ca65: Add string_escapes feature. Resolves #535 2019-01-05 11:29:54 -08:00
filetab.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
filetab.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fragment.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fragment.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
global.c ca65: Add string_escapes feature. Resolves #535 2019-01-05 11:29:54 -08:00
global.h ca65: Add string_escapes feature. Resolves #535 2019-01-05 11:29:54 -08:00
incpath.c Normalized code. 2014-03-04 01:11:19 +01:00
incpath.h Normalized code. 2014-03-04 01:11:19 +01:00
instr.c Revert transient modification of EATab Table 0 comment 2020-11-19 22:02:07 +01:00
instr.h Add 4510 support for C65/C64DX 2016-08-29 10:45:18 +02:00
istack.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
istack.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
lineinfo.c Fixed how ca65 handles some debug info from cc65. 2016-07-03 07:07:09 -04:00
lineinfo.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
listing.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
listing.h Normalized code. 2014-03-04 01:11:19 +01:00
macro.c Restricted commit b9a3c78888 to classic-style Assembly macros. 2021-05-17 19:48:47 -04:00
macro.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
main.c Created a target and a library for the Commander X16 prototype computer. 2019-09-27 03:38:51 -04:00
nexttok.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
nexttok.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
objcode.c Normalized code. 2014-03-04 01:11:19 +01:00
objcode.h Normalized code. 2014-03-04 01:11:19 +01:00
objfile.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
objfile.h Normalized code. 2014-03-04 01:11:19 +01:00
options.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
options.h Normalized code. 2014-03-04 01:11:19 +01:00
pseudo.c Added documentation for the .REFERTO. 2021-04-29 07:55:43 -04:00
pseudo.h Normalized code. 2014-03-04 01:11:19 +01:00
repeat.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
repeat.h Normalized code. 2014-03-04 01:11:19 +01:00
scanner.c Add .REFTO as an alias to .REFERTO. Update the docs related to it. 2021-04-29 07:55:43 -04:00
scanner.h Make some arrays const. 2017-06-28 20:43:31 +02:00
segdef.c Normalized code. 2014-03-04 01:11:19 +01:00
segdef.h Normalized code. 2014-03-04 01:11:19 +01:00
segment.c Fixed some typos in the "large alignment" support. 2020-05-15 21:09:02 -04:00
segment.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
sizeof.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
sizeof.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
span.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
span.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
spool.c Normalized code. 2014-03-04 01:11:19 +01:00
spool.h Normalized code. 2014-03-04 01:11:19 +01:00
struct.c Updated the cx16 library to the Commander X16 Kernal's prerelease 35. 2019-12-25 10:56:32 -05:00
struct.h Removed non-ASCII chars. 2021-04-19 15:50:52 +02:00
studyexpr.c fix NearAddr case in comment 2019-05-11 12:32:44 +02:00
studyexpr.h Normalized code. 2014-03-04 01:11:19 +01:00
symbol.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
symbol.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
symentry.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
symentry.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
symtab.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
symtab.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
token.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
token.h Use .REFERTO instead of .REF as the command. 2021-04-29 07:55:43 -04:00
toklist.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
toklist.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
ulabel.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
ulabel.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00