1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00
cc65/src/ca65
uz fa722e351a The scrcode macros lost the last argument in the recursive call.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5966 b7a2c559-68d2-44c3-8de9-860c34a00d81
2013-01-22 21:28:26 +00:00
..
macpack The scrcode macros lost the last argument in the recursive call. 2013-01-22 21:28:26 +00:00
make Moved the segdefs module to ca65, since it was used only there and renamed it 2012-01-04 22:02:02 +00:00
anonname.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
anonname.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
asserts.c Add reference counting to line infos. This allows better tracking of the ones 2011-08-18 14:36:38 +00:00
asserts.h Add .assert actions that aren't evaluated at assembly time. 2009-10-04 12:40:19 +00:00
condasm.c Add reference counting to line infos. This allows better tracking of the ones 2011-08-18 14:36:38 +00:00
condasm.h Fix a problem with conditional assembly: The scanner has to be switched into 2011-06-05 14:28:56 +00:00
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
ea.h
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
easw16.c Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +00:00
easw16.h
enum.c Write scopes in id order, so we don't need to write out the id itself. Add the 2011-07-31 15:37:51 +00:00
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 Move evaluation of the argument for .BANK into the linker. It is otherwise too 2012-06-30 17:18:03 +00: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 The ...Entry functions from the hashtab module have been renamed. 2011-08-21 13:35:36 +00:00
filetab.h Added dependency file generation to the assembler. This includes two new 2010-05-01 11:59:55 +00:00
fragment.c Add reference counting to line infos. This allows better tracking of the ones 2011-08-18 14:36:38 +00:00
fragment.h A few measures to create slightly smaller object files. 2011-08-14 20:06:14 +00:00
global.c Added a new feature "underline_in_numbers" requested by thefox. Using 2013-01-12 19:07:31 +00:00
global.h Added a new feature "underline_in_numbers" requested by thefox. Using 2013-01-12 19:07:31 +00:00
incpath.c Don't add the current directory to the list of search paths. If the main file 2012-08-01 21:42:26 +00:00
incpath.h Restructured search path handling. 2010-05-09 10:54:15 +00:00
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 Add reference counting to line infos. This allows better tracking of the ones 2011-08-18 14:36:38 +00:00
listing.c The line counter got confused for lines with more than 256 chars. Removed the 2011-07-07 20:07:29 +00:00
listing.h The line counter got confused for lines with more than 256 chars. Removed the 2011-07-07 20:07:29 +00:00
macpack.c Avoid spurious subsequent errors if an include file wasn't found. 2009-01-18 15:07:55 +00:00
macpack.h Avoid spurious subsequent errors if an include file wasn't found. 2009-01-18 15:07:55 +00:00
macro.c Add line info for macro parameters. 2012-11-04 12:35:20 +00:00
macro.h Check for macros within .STRUCT/.ENUM. 2011-07-08 09:55:17 +00:00
main.c Add -d (debug mode) to the assembler options. In studyexpr, use the debug 2012-11-06 20:24:44 +00:00
nexttok.c Permit the .string builtin function to work with scoped identifiers. 2012-07-17 18:28:07 +00:00
nexttok.h Renamed the Token enumeration to token_t. 2011-01-16 14:51:13 +00:00
objcode.c A few measures to create slightly smaller object files. 2011-08-14 20:06:14 +00:00
objcode.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
objfile.c Write spans out in a separate object file section. This allows to merge 2011-08-21 19:08:23 +00:00
objfile.h Write spans out in a separate object file section. This allows to merge 2011-08-21 19:08:23 +00:00
options.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
options.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
pseudo.c Allow to map characters to code zero with .CHARMAP. 2012-11-06 20:36:45 +00:00
pseudo.h Remove declarations for stuff that has never been there. 2011-06-05 14:24:51 +00:00
repeat.c Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +00:00
repeat.h
scanner.c Added a new feature "underline_in_numbers" requested by thefox. Using 2013-01-12 19:07:31 +00:00
scanner.h Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +00:00
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 Mark the symbol that is the name of a scope with the size of that scope 2011-06-13 18:43:50 +00:00
sizeof.h Mark the symbol that is the name of a scope with the size of that scope 2011-06-13 18:43:50 +00:00
span.c Don't remember types for spans if no debug info is requested. 2011-08-21 19:46:47 +00:00
span.h Add an optional type to a span. 2011-08-21 19:44:02 +00:00
spool.c The string with index zero is the first string in the string pool. 2011-08-21 19:35:51 +00:00
spool.h The string with index zero is the first string in the string pool. 2011-08-21 19:35:51 +00:00
struct.c Last fix was wrong. The problem wasn't in the struct code but in SymLeaveLevel 2011-08-19 15:24:11 +00:00
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 Mark tokens with the file position from where they're read. Restore this 2011-01-20 20:54:30 +00:00
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 Add reference counting to line infos. This allows better tracking of the ones 2011-08-18 14:36:38 +00:00
ulabel.h Add reference counting to line infos. This allows better tracking of the ones 2011-08-18 14:36:38 +00:00