1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-18 00:07:21 +00:00
cc65/src/ca65
2013-04-27 17:20:34 +02:00
..
make Replaced builtin macro packages with .mac files that are included like ordinary .inc files. 2013-04-08 00:11:05 +02:00
anonname.c
anonname.h
asserts.c
asserts.h
condasm.c
condasm.h
dbginfo.c Fixed a problem with debug symbol ids. Invalid ids were written to the file 2012-01-31 20:44:27 +00:00
dbginfo.h More work on high level language debug symbols. They are now passed correctly 2011-08-30 11:42:26 +00:00
ea65.c Fixed an error: When guessing the address size of an expression used in an 2012-05-25 16:28:46 +00:00
ea65.h
ea.h
easw16.c
easw16.h
enum.c
enum.h
error.c Fixed a problem in line info generation: Recorded token lists emitted the 2012-11-04 12:57:34 +00:00
error.h More work on high level language debug symbols. They are now passed correctly 2011-08-30 11:42:26 +00:00
expr.c Allow for warning-free build of ca65 with MS VC on warning level 3. 2013-04-08 00:11:08 +02:00
expr.h Move evaluation of the argument for .BANK into the linker. It is otherwise too 2012-06-30 17:18:03 +00:00
feature.c Added a new feature "underline_in_numbers" requested by thefox. Using 2013-01-12 19:07:31 +00:00
feature.h Added a new feature "underline_in_numbers" requested by thefox. Using 2013-01-12 19:07:31 +00:00
filetab.c
filetab.h
fragment.c
fragment.h
global.c No copyright message here. 2013-04-08 00:11:07 +02:00
global.h No copyright message here. 2013-04-08 00:11:07 +02:00
incpath.c Allow to supply searchpath defines as simple values instead of escaped C strings. 2013-04-27 17:20:34 +02:00
incpath.h
instr.c Fixed an error: When guessing the address size of an expression used in an 2012-05-25 16:28:46 +00:00
instr.h Fixed an error: When guessing the address size of an expression used in an 2012-05-25 16:28:46 +00:00
istack.c
istack.h
lineinfo.c Fixed a problem in line info generation: Recorded token lists emitted the 2012-11-04 12:57:34 +00:00
lineinfo.h
listing.c No copyright message here. 2013-04-08 00:11:07 +02:00
listing.h
macro.c Add line info for macro parameters. 2012-11-04 12:35:20 +00:00
macro.h
main.c No copyright message here. 2013-04-08 00:11:07 +02:00
nexttok.c Permit the .string builtin function to work with scoped identifiers. 2012-07-17 18:28:07 +00:00
nexttok.h
objcode.c
objcode.h
objfile.c
objfile.h
options.c
options.h
pseudo.c Allow for warning-free build of ca65 with MS VC on warning level 3. 2013-04-08 00:11:08 +02:00
pseudo.h
repeat.c
repeat.h Added .REPEAT pseudo instruction 2000-07-28 12:15:40 +00:00
scanner.c Allow for warning-free build of ca65 with MS VC on warning level 3. 2013-04-08 00:11:08 +02:00
scanner.h
segdef.c Moved the segdefs module to ca65, since it was used only there and renamed it 2012-01-04 22:02:02 +00:00
segdef.h Mark segments that are referenced in a .BANK statement. 2012-01-04 22:15:47 +00:00
segment.c New option --relax-checks that disable the check for a match beween size oif 2012-08-20 20:07:05 +00:00
segment.h Mark segments that are referenced in a .BANK statement. 2012-01-04 22:15:47 +00:00
sizeof.c
sizeof.h
span.c Don't remember types for spans if no debug info is requested. 2011-08-21 19:46:47 +00:00
span.h
spool.c
spool.h
struct.c
struct.h
studyexpr.c Add -d (debug mode) to the assembler options. In studyexpr, use the debug 2012-11-06 20:24:44 +00:00
studyexpr.h Do not try to dump an expression that has errors (circular references in this 2012-08-22 21:24:54 +00:00
symbol.c Make the old "AllocNew" flag for symbols an enum and add an additional flag 2012-10-27 19:50:49 +00:00
symbol.h Make the old "AllocNew" flag for symbols an enum and add an additional flag 2012-10-27 19:50:49 +00:00
symentry.c Fixed a problem reported by thefox: A symbol reference with an explicit scope 2012-10-27 11:49:37 +00:00
symentry.h Make the old "AllocNew" flag for symbols an enum and add an additional flag 2012-10-27 19:50:49 +00:00
symtab.c Make the old "AllocNew" flag for symbols an enum and add an additional flag 2012-10-27 19:50:49 +00:00
symtab.h Make the old "AllocNew" flag for symbols an enum and add an additional flag 2012-10-27 19:50:49 +00:00
token.c
token.h Started to add a new .BANK instruction that allows access to a memory area 2012-01-03 21:41:34 +00:00
toklist.c Fixed a problem in line info generation: Recorded token lists emitted the 2012-11-04 12:57:34 +00:00
toklist.h Fixed a problem in line info generation: Recorded token lists emitted the 2012-11-04 12:57:34 +00:00
ulabel.c
ulabel.h