1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-18 00:07:21 +00:00
cc65/src/ca65
cuz 1447b104db Fixed a problem with conditional assembly. The assembler did not check if end
of lined was reached after a .IF/.ELSE/... This could lead to invalid input
accepted without an error message.


git-svn-id: svn://svn.cc65.org/cc65/trunk@2947 b7a2c559-68d2-44c3-8de9-860c34a00d81
2004-03-21 11:03:08 +00:00
..
make Make .sizeof work with code scopes. First support for segment ranges. 2003-12-06 14:16:27 +00:00
.cvsignore
anonname.c
anonname.h
asserts.c
asserts.h
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
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
error.c
error.h
expr.c Removed an unused assignment 2004-01-04 21:35:38 +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
feature.h
filetab.c
filetab.h
fragment.c
fragment.h
global.c Extend the object code format by adding a (currently empty) scope table. 2003-11-28 22:12:14 +00:00
global.h Extend the object code format by adding a (currently empty) scope table. 2003-11-28 22:12:14 +00:00
incpath.c
incpath.h
instr.c Fixed several address size issues 2003-12-12 15:40:08 +00:00
instr.h Code cleanup 2003-12-12 12:59:10 +00:00
istack.c
istack.h
lineinfo.c
lineinfo.h
listing.c
listing.h
macpack.c
macpack.h
macro.c
macro.h
main.c More work on .sizeof, fixed problems with cheap locals 2003-12-03 09:18:31 +00:00
nexttok.c Fixed a problem with conditional assembly. The assembler did not check if end 2004-03-21 11:03:08 +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
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
repeat.h
scanner.c Identifiers starting with a dot could not be used as namens for .define 2004-02-22 11:34:29 +00:00
scanner.h New pseudo functions: .LOBYTE, .HIBYTE, .BANKBYTE, .LOWORD, .HIWORD 2003-12-12 15:59:44 +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
spool.h
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
studyexpr.c Fixed several address size issues 2003-12-12 15:40:08 +00:00
studyexpr.h
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 Set the address size once assembly is terminated 2003-12-13 20:56:31 +00:00
symentry.h Fixed a bug 2003-12-30 22:44:03 +00:00
symtab.c Set the address size once assembly is terminated 2003-12-13 20:56:31 +00:00
symtab.h Make the scope variables extern 2003-12-22 21:14:32 +00:00
toklist.c
toklist.h
ulabel.c Fixed a typo 2004-03-11 21:28:49 +00:00
ulabel.h