1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00
cc65/src/ca65
uz 61b69316c5 Added builtin .min() and .max() pseudo functions to the assembler.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4583 b7a2c559-68d2-44c3-8de9-860c34a00d81
2010-02-11 18:54:08 +00:00
..
macpack Added macros for jumps after unsigned compares to the "generic" macro package. 2009-11-02 16:26:46 +00:00
make Replace tabs by spaces in file lists. 2009-09-29 13:32:09 +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 .assert actions that aren't evaluated at assembly time. 2009-10-04 12:40:19 +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 a problem with conditional assembly. The assembler did not check if end 2004-03-21 11:03:08 +00:00
condasm.h Allow conditional directives within .STRUCT7:UNION and .ENUM 2003-11-17 18:49:50 +00:00
dbginfo.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
dbginfo.h Added new lineinfo module 2001-05-23 07:04:09 +00:00
ea.h Added new CPU SWEET16 2004-10-03 21:26:00 +00:00
ea65.c Added new CPU SWEET16 2004-10-03 21:26:00 +00:00
ea65.h Added new CPU SWEET16 2004-10-03 21:26:00 +00:00
easw16.c Allow registers in sweet16 mode also to be specified as constant numbers 2009-07-30 13:05:41 +00:00
easw16.h Added new CPU SWEET16 2004-10-03 21:26:00 +00:00
enum.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
enum.h Added enums 2003-11-14 09:03:32 +00:00
error.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
error.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
expr.c Added builtin .min() and .max() pseudo functions to the assembler. 2010-02-11 18:54:08 +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 Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
filetab.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
fragment.c Move the segment handling stuff from objcode to a separate module 2003-10-21 20:34:56 +00:00
fragment.h Changed freeing symbol relations, cosmetic changes 2003-11-04 19:02:11 +00:00
global.c Enable use of new C like comments only if the new feature "c_comments" is 2008-08-21 19:35:39 +00:00
global.h Enable use of new C like comments only if the new feature "c_comments" is 2008-08-21 19:35:39 +00:00
incpath.c Added a separate include search path for binary includes. These aren't 2010-01-25 20:33:01 +00:00
incpath.h Added a separate include search path for binary includes. These aren't 2010-01-25 20:33:01 +00:00
instr.c Added macros for jumps after unsigned compares to the "generic" macro package. 2009-11-02 16:26:46 +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 Use __attribute ((unused)) instead of -Wno-unused-parameter 2001-09-30 22:19:39 +00:00
lineinfo.h Use a collections for the line info and sort them by file/line. 2001-05-23 22:02:19 +00:00
listing.c Move the version numbers from the interface of the version module into a new 2009-09-28 20:10:01 +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 Fixed some sloopy StrBuf coding. 2009-10-08 10:51:45 +00:00
macro.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
main.c Added a separate include search path for binary includes. These aren't 2010-01-25 20:33:01 +00:00
nexttok.c Fixed warnings generated by clang (run by Per Olofsson). 2009-09-28 15:59:18 +00:00
nexttok.h Move more stuff from scanner.c into the new module token.c. 2007-08-28 21:14:21 +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 Added builtin .min() and .max() pseudo functions to the assembler. 2010-02-11 18:54:08 +00:00
pseudo.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
repeat.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
repeat.h Added .REPEAT pseudo instruction 2000-07-28 12:15:40 +00:00
scanner.c Added builtin .min() and .max() pseudo functions to the assembler. 2010-02-11 18:54:08 +00:00
scanner.h Avoid spurious subsequent errors if an include file wasn't found. 2009-01-18 15:07:55 +00:00
segment.c New .FEATURE org_per_seg. If enabled, .org/.reloc do only influence the 2007-08-23 19:48:43 +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 Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
struct.h Added enums 2003-11-14 09:03:32 +00:00
studyexpr.c Added builtin .min() and .max() pseudo functions to the assembler. 2010-02-11 18:54:08 +00:00
studyexpr.h Much extended StudyExpr 2003-11-23 21:39:30 +00:00
symbol.c More fixes for Watcom C / C89. 2008-03-31 21:28:50 +00:00
symbol.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
symentry.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
symentry.h More fixes for Watcom C / C89. 2008-03-31 21:28:50 +00:00
symtab.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
symtab.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
token.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
token.h Added builtin .min() and .max() pseudo functions to the assembler. 2010-02-11 18:54:08 +00:00
toklist.c Fixed some sloopy StrBuf coding. 2009-10-08 10:51:45 +00:00
toklist.h Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
ulabel.c Fixed problems with unnamed labels 2004-07-17 22:14:30 +00:00
ulabel.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00