1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00
cc65/src/ca65
uz eaa45269e7 First implementation of .UNDEF for deleting a macro.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5049 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-06-11 22:18:48 +00:00
..
macpack Added macros for jumps after unsigned compares to the "generic" macro package. 2009-11-02 16:26:46 +00:00
make Added a comment about the fix explaining why the given order of calls is necessary. 2011-06-05 14:47:28 +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 Fixed an error: An .ELSE without an .IF caused a null pointer dereference. 2011-06-09 11:27:33 +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 Fix forgotten stuff from last change. 2011-01-27 22:23:01 +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 Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +00:00
enum.h Added enums 2003-11-14 09:03:32 +00:00
error.c Fix a compile problem with the Watcom compiler. 2011-06-08 06:51:05 +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 Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +00:00
expr.h Support for the .BANKBYTES, .LOBYTES and .HIBYTES pseudo functions contributed 2009-05-18 16:11:34 +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 Save a few bytes when writing file list entries to the object file. 2011-01-27 16:40:48 +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 Started to generalize line info handling. Remove separate FilePos fields and 2011-01-24 22:38:22 +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 Pass type of line info through the object files. 2011-01-29 22:16:03 +00:00
lineinfo.h Pass type of line info through the object files. 2011-01-29 22:16:03 +00:00
listing.c The assembler options -l and --listing will now take the name of the listing 2011-02-06 20:10:19 +00:00
listing.h Restructuring the object file format 2003-06-03 22:19:46 +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 First implementation of .UNDEF for deleting a macro. 2011-06-11 22:18:48 +00:00
macro.h First implementation of .UNDEF for deleting a macro. 2011-06-11 22:18:48 +00:00
main.c The assembler options -l and --listing will now take the name of the listing 2011-02-06 20:10:19 +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 Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +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 First implementation of .UNDEF for deleting a macro. 2011-06-11 22:18:48 +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 First implementation of .UNDEF for deleting a macro. 2011-06-11 22:18:48 +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 Started to generalize line info handling. Remove separate FilePos fields and 2011-01-24 22:38:22 +00:00
segment.h New .FEATURE org_per_seg. If enabled, .org/.reloc do only influence the 2007-08-23 19:48:43 +00:00
segrange.c Make .sizeof work with code scopes. First support for segment ranges. 2003-12-06 14:29:16 +00:00
segrange.h Fixed a typo 2003-12-22 20:56:31 +00:00
sizeof.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
sizeof.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +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 Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +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 Fixed a problem in GetSymParentScope, where an error in the assembler input 2011-05-31 14:51:21 +00:00
symentry.h Convert imports, exports and debug symbols to use and write line infos instead 2011-01-25 16:27:17 +00:00
symtab.c Convert imports, exports and debug symbols to use and write line infos instead 2011-01-25 16:27:17 +00:00
symtab.h Maintain some additional information for scopes. Write a dummy scope section 2010-08-17 16:58:41 +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 First implementation of .UNDEF for deleting a macro. 2011-06-11 22:18:48 +00:00
toklist.c Create separate line infos for macros and .repeat statements and other token 2011-01-29 20:24:44 +00:00
toklist.h Create separate line infos for macros and .repeat statements and other token 2011-01-29 20:24:44 +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