1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-07 07:59:27 +00:00
cc65/src/ca65
cuz cd53882eed Add the label/equate bit to the exports and debug symbols
git-svn-id: svn://svn.cc65.org/cc65/trunk@876 b7a2c559-68d2-44c3-8de9-860c34a00d81
2001-09-08 21:08:20 +00:00
..
make Small fixes for Watcom-C 2001-05-24 08:04:42 +00:00
.cvsignore
condasm.c Cosmetic change 2001-09-07 21:42:40 +00:00
condasm.h
dbginfo.c Added line infos 2001-05-23 19:03:40 +00:00
dbginfo.h Added new lineinfo module 2001-05-23 07:04:09 +00:00
ea.c
ea.h
error.c Added optional start and count arguments to .INCBIN 2001-03-09 23:12:34 +00:00
error.h Added optional start and count arguments to .INCBIN 2001-03-09 23:12:34 +00:00
expr.c Moved verbose output to a shared module in the common/ directory. 2001-03-10 10:21:03 +00:00
expr.h
feature.c Added new emulation feature: loose_char_term 2000-09-02 12:01:40 +00:00
feature.h Added new emulation feature: loose_char_term 2000-09-02 12:01:40 +00:00
filetab.c Working on the condes feature 2000-11-20 15:22:57 +00:00
filetab.h Added new lineinfo module 2001-05-23 07:04:09 +00:00
fragment.c Working on source line information 2001-05-23 08:51:48 +00:00
fragment.h Working on source line information 2001-05-23 08:51:48 +00:00
global.c Moved verbose output to a shared module in the common/ directory. 2001-03-10 10:21:03 +00:00
global.h Moved verbose output to a shared module in the common/ directory. 2001-03-10 10:21:03 +00:00
incpath.c
incpath.h
instr.c BIT encoding was wrong for the 65SC02 in immidiate addressing mode 2000-08-11 20:15:44 +00:00
instr.h BIT encoding was wrong for the 65SC02 in immidiate addressing mode 2000-08-11 20:15:44 +00:00
istack.c
istack.h
lineinfo.c Fixed line info issues 2001-05-29 07:39:01 +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 Increased the file count to 16 bits when written to the object file. 2000-08-01 21:36:45 +00:00
listing.h
macpack.c
macpack.h
macro.c Changed an error message 2001-09-01 19:13:36 +00:00
macro.h
main.c Add the label/equate bit to the exports and debug symbols 2001-09-08 21:08:20 +00:00
nexttok.c Working on the condes feature 2000-11-20 15:22:57 +00:00
nexttok.h
objcode.c Fixed line info issues 2001-05-29 07:39:01 +00:00
objcode.h Working on source line information 2001-05-23 08:51:48 +00:00
objfile.c Added line infos 2001-05-23 19:03:40 +00:00
objfile.h Working on source line information 2001-05-23 08:51:48 +00:00
options.c Working on the condes feature 2000-11-20 15:22:57 +00:00
options.h
pseudo.c Add the label/equate bit to the exports and debug symbols 2001-09-08 21:08:20 +00:00
pseudo.h
repeat.c Working on the condes feature 2000-11-20 15:22:57 +00:00
repeat.h
scanner.c Partially fixed a bug with the long addressing modes that was introduced 2001-03-19 23:02:38 +00:00
scanner.h Working on the condes feature 2000-11-20 15:22:57 +00:00
symentry.h Removed underlines from struct names 2000-11-02 22:11:48 +00:00
symtab.c Add the label/equate bit to the exports and debug symbols 2001-09-08 21:08:20 +00:00
symtab.h Add the label/equate bit to the exports and debug symbols 2001-09-08 21:08:20 +00:00
toklist.c
toklist.h Change the implementation of the file table. It may now grow to an arbitrary 2000-08-02 14:12:36 +00:00
ulabel.c Fixed problem with forward references in unnamed labels 2001-08-30 08:17:06 +00:00
ulabel.h