1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 19:29:53 +00:00
cc65/src/ca65
uz 1917591b94 Renamed variables for better readability.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5181 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-08-16 12:08:43 +00:00
..
macpack Added macros for jumps after unsigned compares to the "generic" macro package. 2009-11-02 16:26:46 +00:00
make A few measures to create slightly smaller object files. 2011-08-14 20:06:14 +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 Use line infos to output more verbose error and warning messages whenever 2011-01-29 18:43:36 +00:00
asserts.h Add .assert actions that aren't evaluated at assembly time. 2009-10-04 12:40:19 +00:00
condasm.c Complete redesign of line info generation. Uses spans instead of a fragment 2011-08-14 19:23:16 +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 Complete redesign of line info generation. Uses spans instead of a fragment 2011-08-14 19:23:16 +00:00
dbginfo.h Started to generalize line info handling. Remove separate FilePos fields and 2011-01-24 22:38:22 +00:00
ea.h Added new CPU SWEET16 2004-10-03 21:26:00 +00:00
ea65.c Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +00:00
ea65.h Added new CPU SWEET16 2004-10-03 21:26:00 +00:00
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 Added new CPU SWEET16 2004-10-03 21:26:00 +00:00
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 Added enums 2003-11-14 09:03:32 +00:00
error.c Line number is now an unsigned. 2011-08-15 16:08:50 +00:00
error.h Use line infos to output more verbose error and warning messages whenever 2011-01-29 18:43:36 +00:00
expr.c A few measures to create slightly smaller object files. 2011-08-14 20:06:14 +00:00
expr.h A few measures to create slightly smaller object files. 2011-08-14 20:06:14 +00:00
feature.c Enable use of new C like comments only if the new feature "c_comments" is 2008-08-21 19:35:39 +00:00
feature.h Enable use of new C like comments only if the new feature "c_comments" is 2008-08-21 19:35:39 +00:00
filetab.c Complete redesign of line info generation. Uses spans instead of a fragment 2011-08-14 19:23:16 +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 Use line infos to output more verbose error and warning messages whenever 2011-01-29 18:43:36 +00:00
fragment.h A few measures to create slightly smaller object files. 2011-08-14 20:06:14 +00:00
global.c The assembler options -l and --listing will now take the name of the listing 2011-02-06 20:10:19 +00:00
global.h The assembler options -l and --listing will now take the name of the listing 2011-02-06 20:10:19 +00:00
incpath.c Restructured search path handling. 2010-05-09 10:54:15 +00:00
incpath.h Restructured search path handling. 2010-05-09 10:54:15 +00:00
instr.c Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +00:00
instr.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
istack.c Replace error/warning numbers by strings. 2003-11-08 17:20:21 +00:00
istack.h Fix macro output in the listing 2000-07-09 13:19:25 +00:00
lineinfo.c Complete redesign of line info generation. Uses spans instead of a fragment 2011-08-14 19:23:16 +00:00
lineinfo.h Complete redesign of line info generation. Uses spans instead of a fragment 2011-08-14 19:23:16 +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 Complete redesign of line info generation. Uses spans instead of a fragment 2011-08-14 19:23:16 +00:00
macro.h Check for macros within .STRUCT/.ENUM. 2011-07-08 09:55:17 +00:00
main.c Complete redesign of line info generation. Uses spans instead of a fragment 2011-08-14 19:23:16 +00:00
nexttok.c Fix a problem with conditional assembly: The scanner has to be switched into 2011-06-05 14:28:56 +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 Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
objfile.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +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 Fox scopes that have a label (= .PROC), write the label to the debug 2011-08-07 18:46:56 +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 Added .REPEAT pseudo instruction 2000-07-28 12:15:40 +00:00
scanner.c Complete redesign of line info generation. Uses spans instead of a fragment 2011-08-14 19:23:16 +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
segment.c Fixed even more problems with the range check. 2011-08-15 17:23:44 +00:00
segment.h Use a collection to manage the segments. 2011-08-05 13:45:33 +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 Complete redesign of line info generation. Uses spans instead of a fragment 2011-08-14 19:23:16 +00:00
span.h Some improvements for spans. 2011-08-07 20:01:40 +00:00
spool.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
spool.h Fixed another problem with the macros. 2008-03-31 21:23:10 +00:00
struct.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
struct.h Added enums 2003-11-14 09:03:32 +00:00
studyexpr.c Use line infos to output more verbose error and warning messages whenever 2011-01-29 18:43:36 +00:00
studyexpr.h Much extended StudyExpr 2003-11-23 21:39:30 +00:00
symbol.c Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +00:00
symbol.h Make .DEF, .REF and friends also work with cheap local symbols. 2010-07-26 17:28:34 +00:00
symentry.c Do also write the im-/export flags to the symbol flags in an object file. 2011-08-16 11:37:19 +00:00
symentry.h Removed an unused function. 2011-06-17 19:58:53 +00:00
symtab.c Renamed variables for better readability. 2011-08-16 12:08:43 +00:00
symtab.h Fox scopes that have a label (= .PROC), write the label to the debug 2011-08-07 18:46:56 +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 Finished implemenation of commands to delete macros. Added the new commands to 2011-06-12 21:29:07 +00:00
toklist.c Complete redesign of line info generation. Uses spans instead of a fragment 2011-08-14 19:23:16 +00:00
toklist.h Complete redesign of line info generation. Uses spans instead of a fragment 2011-08-14 19:23:16 +00:00
ulabel.c Use line infos to output more verbose error and warning messages whenever 2011-01-29 18:43:36 +00:00
ulabel.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00