1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +00:00
cc65/src/ca65
Greg King 0896deedef Added a .ORG keyword to ca65 structs/unions.
Allow 24-bit numbers as operands in ca65 structs/unions.
2019-09-11 19:00:08 -04:00
..
anonname.c
anonname.h
asserts.c
asserts.h
condasm.c Added assembler pseudo commands .P4510 and .IFP4510 together with docs and testcase 2016-09-07 19:21:24 +02: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
ea65.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
ea65.h
ea.h
easw16.c
easw16.h
enum.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
enum.h
error.c Fixed how ca65 handles some debug info from cc65. 2016-07-03 07:07:09 -04:00
error.h
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
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
instr.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
instr.h Add 4510 support for C65/C64DX 2016-08-29 10:45:18 +02:00
istack.c
istack.h
lineinfo.c Fixed how ca65 handles some debug info from cc65. 2016-07-03 07:07:09 -04:00
lineinfo.h
listing.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
listing.h
macro.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
macro.h
main.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05: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
objcode.h
objfile.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
objfile.h
options.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
options.h
pseudo.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
pseudo.h
repeat.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
repeat.h
scanner.c Fixed gcc compiler warning (#867) 2019-03-30 16:09:16 -04:00
scanner.h Make some arrays const. 2017-06-28 20:43:31 +02:00
segdef.c
segdef.h
segment.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
segment.h
sizeof.c
sizeof.h
span.c
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
struct.c Added a .ORG keyword to ca65 structs/unions. 2019-09-11 19:00:08 -04:00
struct.h
studyexpr.c fix NearAddr case in comment 2019-05-11 12:32:44 +02:00
studyexpr.h
symbol.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
symbol.h
symentry.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
symentry.h
symtab.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
symtab.h
token.c
token.h Added assembler pseudo commands .P4510 and .IFP4510 together with docs and testcase 2016-09-07 19:21:24 +02:00
toklist.c
toklist.h
ulabel.c
ulabel.h