1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00
cc65/src/ca65
uz 4709e8251e Fixed the same problem as in the last change for the final token of .define
style macros.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5052 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-06-13 08:55: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
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
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 Move all attributes and other information that is attached to a token into a 2011-01-16 16:05:43 +00:00
enum.h
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
istack.h
lineinfo.c Fix wrong line info sometimes output for macros: When macro parameters were 2011-06-13 08:53:41 +00:00
lineinfo.h Fix wrong line info sometimes output for macros: When macro parameters were 2011-06-13 08:53:41 +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
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 Fixed the same problem as in the last change for the final token of .define 2011-06-13 08:55:48 +00:00
macro.h Finished implemenation of commands to delete macros. Added the new commands to 2011-06-12 21:29:07 +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 Finished implemenation of commands to delete macros. Added the new commands to 2011-06-12 21:29:07 +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 Finished implemenation of commands to delete macros. Added the new commands to 2011-06-12 21:29:07 +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
segrange.h
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
studyexpr.c Use line infos to output more verbose error and warning messages whenever 2011-01-29 18:43:36 +00:00
studyexpr.h
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 Finished implemenation of commands to delete macros. Added the new commands to 2011-06-12 21:29:07 +00:00
toklist.c Fix wrong line info sometimes output for macros: When macro parameters were 2011-06-13 08:53:41 +00:00
toklist.h Fix wrong line info sometimes output for macros: When macro parameters were 2011-06-13 08:53:41 +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