1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-30 08:57:49 +00:00
cc65/src/ca65
cuz 1a68dd715a New --list-bytes option
git-svn-id: svn://svn.cc65.org/cc65/trunk@3019 b7a2c559-68d2-44c3-8de9-860c34a00d81
2004-05-10 21:50:13 +00:00
..
make Make .sizeof work with code scopes. First support for segment ranges. 2003-12-06 14:16:27 +00:00
.cvsignore Added the CBM510 as a new target system 2001-09-13 19:49:27 +00:00
anonname.c Work on named scopes 2003-10-31 20:21:48 +00:00
anonname.h Work on named scopes 2003-10-31 20:21:48 +00:00
asserts.c Rewrote expression evaluation. More smaller changes. 2003-11-11 13:57:30 +00:00
asserts.h Completed assertions, add auto assertion for jmp (abs) bug 2003-06-06 20:47:59 +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 Replace error/warning numbers by strings. 2003-11-08 17:20:21 +00:00
dbginfo.h
ea.c Code cleanup 2003-12-12 12:59:10 +00:00
ea.h Code cleanup 2003-12-12 12:59:10 +00:00
enum.c Don't remove symbols or otherwise simplify expressions while assembly is 2003-11-30 21:47:40 +00:00
enum.h Added enums 2003-11-14 09:03:32 +00:00
error.c Rewrote expression evaluation. More smaller changes. 2003-11-11 13:57:30 +00:00
error.h More work on expressions and address sizes 2003-11-13 00:21:31 +00:00
expr.c Fixed a problem with {} enclosed token lists and implemented them for 2004-05-09 20:24:51 +00:00
expr.h Don't remove symbols or otherwise simplify expressions while assembly is 2003-11-30 21:47:40 +00:00
feature.c Add a new feature "ubiquitous_idents" that allows the use of instructions as 2004-04-20 12:49:36 +00:00
feature.h Add a new feature "ubiquitous_idents" that allows the use of instructions as 2004-04-20 12:49:36 +00:00
filetab.c Added .SCOPE/.ENDSCOPE 2003-11-08 23:27:30 +00:00
filetab.h More string pool use 2003-06-04 15:40:32 +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 Add a new feature "ubiquitous_idents" that allows the use of instructions as 2004-04-20 12:49:36 +00:00
global.h Add a new feature "ubiquitous_idents" that allows the use of instructions as 2004-04-20 12:49:36 +00:00
incpath.c Use the new searchpath common module 2003-05-29 09:10:18 +00:00
incpath.h Use the new searchpath common module 2003-05-29 09:10:18 +00:00
instr.c Add 6502X cpu 2004-05-10 09:32:01 +00:00
instr.h Code cleanup 2003-12-12 12:59:10 +00:00
istack.c Replace error/warning numbers by strings. 2003-11-08 17:20:21 +00:00
istack.h
lineinfo.c Use __attribute ((unused)) instead of -Wno-unused-parameter 2001-09-30 22:19:39 +00:00
lineinfo.h
listing.c Replace error/warning numbers by strings. 2003-11-08 17:20:21 +00:00
listing.h Restructuring the object file format 2003-06-03 22:19:46 +00:00
macpack.c Add 6502X cpu 2004-05-10 09:32:01 +00:00
macpack.h New builtin macro package CPU 2003-10-10 17:37:52 +00:00
macro.c Fixed a small memory leak 2004-05-10 21:06:53 +00:00
macro.h
main.c New --list-bytes option 2004-05-10 21:50:13 +00:00
nexttok.c Fixed a problem with {} enclosed token lists and implemented them for 2004-05-09 20:24:51 +00:00
nexttok.h Fixed a problem with conditional assembly. The assembler did not check if end 2004-03-21 11:03:08 +00:00
objcode.c Code cleanup 2003-12-12 12:59:10 +00:00
objcode.h Code cleanup 2003-12-12 12:59:10 +00:00
objfile.c Extend the object code format by adding a (currently empty) scope table. 2003-11-28 22:12:14 +00:00
objfile.h Extend the object code format by adding a (currently empty) scope table. 2003-11-28 22:12:14 +00:00
options.c Encode option strings in the string pool 2003-05-25 21:06:57 +00:00
options.h
pseudo.c Fixed a C99 issue 2003-12-22 20:38:14 +00:00
pseudo.h Don't use SF_TRAMPOLINE, change symbol references instead. 2003-11-29 07:53:26 +00:00
repeat.c Replace error/warning numbers by strings. 2003-11-08 17:20:21 +00:00
repeat.h
scanner.c Allow token lists to be optionally enclosed in curly braces. Using such 2004-05-09 19:45:07 +00:00
scanner.h Allow token lists to be optionally enclosed in curly braces. Using such 2004-05-09 19:45:07 +00:00
segment.c Removed debug code 2003-12-12 15:40:32 +00:00
segment.h Make .sizeof work with code scopes. First support for segment ranges. 2003-12-06 14:16:27 +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 More work on .sizeof, fixed problems with cheap locals 2003-12-03 09:18:31 +00:00
sizeof.h More work on .sizeof 2003-12-02 22:09:45 +00:00
spool.c Changed the object file and library format. There is now an additional 2003-05-25 17:57:50 +00:00
spool.h More string pool use 2003-06-04 15:40:32 +00:00
struct.c Fixed two errors, skip to end of line in case of an error 2004-03-02 17:24:30 +00:00
struct.h Added enums 2003-11-14 09:03:32 +00:00
studyexpr.c Fixed several address size issues 2003-12-12 15:40:08 +00:00
studyexpr.h Much extended StudyExpr 2003-11-23 21:39:30 +00:00
symbol.c Fixed a bug 2003-12-12 12:57:49 +00:00
symbol.h More work on .sizeof 2003-12-02 22:09:45 +00:00
symentry.c Fixed a problem with .global: In some situations, exported symbols went 2004-04-19 17:00:12 +00:00
symentry.h Fixed a problem with .global: In some situations, exported symbols went 2004-04-19 17:00:12 +00:00
symtab.c Fixed a problem with .global: In some situations, exported symbols went 2004-04-19 17:00:12 +00:00
symtab.h Make the scope variables extern 2003-12-22 21:14:32 +00:00
toklist.c Fixed a problem with {} enclosed token lists and implemented them for 2004-05-09 20:24:51 +00:00
toklist.h Fixed a problem with {} enclosed token lists and implemented them for 2004-05-09 20:24:51 +00:00
ulabel.c Rewrite. This fixes a bug where a forward reference (+1) to a non existing 2004-03-21 16:15:55 +00:00
ulabel.h