1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 06:31:31 +00:00
cc65/src/ca65
uz a4a1c729c8 Allow registers in sweet16 mode also to be specified as constant numbers
instead of Rx. Suggestion and sample code by Gabriele Galeotti.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3983 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-07-30 13:05:41 +00:00
..
macpack Added HuC6280 CPU 2005-09-01 19:57:17 +00:00
make Makefile cleanup. Among other things, allow use of the --as-needed linker flag 2009-02-08 17:19:45 +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 Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
asserts.h Improve the assertion check 2005-04-20 09:17:04 +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
dbginfo.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
dbginfo.h
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
ea.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
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 Support for the .BANKBYTES, .LOBYTES and .HIBYTES pseudo functions contributed 2009-05-18 16:11:34 +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
fragment.h
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
incpath.h
instr.c Correct sweet16 addressing bug with SUB instr. Patch by Gabriele Galeotti. 2009-07-29 14:37:58 +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
lineinfo.h
listing.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +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 Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54: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 More fixes for Watcom C / C89. 2008-03-31 21:28:50 +00:00
nexttok.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +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 Support for the .BANKBYTES, .LOBYTES and .HIBYTES pseudo functions contributed 2009-05-18 16:11:34 +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
scanner.c Support for the .BANKBYTES, .LOBYTES and .HIBYTES pseudo functions contributed 2009-05-18 16:11:34 +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
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 Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
struct.h
studyexpr.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54:45 +00:00
studyexpr.h
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 Support for the .BANKBYTES, .LOBYTES and .HIBYTES pseudo functions contributed 2009-05-18 16:11:34 +00:00
toklist.c Make much more usage of dynamic strings (StrBufs) instead of char* and 2008-03-31 20:54: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