1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00
cc65/src/ca65
cuz 3ef00e7d2a The .defined function (and .ifdef/.ifndef) flagged an imported symbol as
"defined". I'm not sure whichever is correct, but I changed it now and
will introduce an additional function .isimport if necessary.


git-svn-id: svn://svn.cc65.org/cc65/trunk@721 b7a2c559-68d2-44c3-8de9-860c34a00d81
2001-05-08 17:56:39 +00:00
..
make Changed the makefiles to work under OS/2 using EMX (Changes from 2001-01-05 16:59:41 +00:00
.cvsignore This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
condasm.c Implementation for the .IFPxx commands was missing 2000-11-28 20:55:12 +00:00
condasm.h Added a more generic way to push sources that deliver a token stream 2000-06-03 11:15:11 +00:00
dbginfo.c Some more debuginfo implementation 2001-03-18 17:55:36 +00:00
dbginfo.h Added a method to write variable sized unsigned values. Use this method for 2000-08-02 13:23:06 +00:00
ea.c Added a more generic way to push sources that deliver a token stream 2000-06-03 11:15:11 +00:00
ea.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
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 Renamed several expression ops and added others. 2000-07-29 15:53:33 +00:00
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 Some more debuginfo implementation 2001-03-18 17:55:36 +00:00
fragment.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
fragment.h Debugging the condes support 2000-11-20 22:59:11 +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 Better error messages when opening include files 2000-06-14 21:07:58 +00:00
incpath.h Added functions to remember a set of include search paths and to search 2000-05-29 18:40:56 +00:00
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 Use the CHECK macros from the common dir 2000-08-01 15:17:43 +00:00
istack.h Fix macro output in the listing 2000-07-09 13:19:25 +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 This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
macpack.c Use the CHECK macros from the common dir 2000-08-01 15:17:43 +00:00
macpack.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
macro.c Use the CHECK macros from the common dir 2000-08-01 15:17:43 +00:00
macro.h Added a more generic way to push sources that deliver a token stream 2000-06-03 11:15:11 +00:00
main.c Moved verbose output to a shared module in the common/ directory. 2001-03-10 10:21:03 +00:00
nexttok.c Working on the condes feature 2000-11-20 15:22:57 +00:00
nexttok.h Added/finished .MID, .LEFT, .RIGHT 2000-07-08 14:01:43 +00:00
objcode.c Use chartype.h instead of ctype.h 2001-01-05 19:24:47 +00:00
objcode.h Increased the file count to 16 bits when written to the object file. 2000-08-01 21:36:45 +00:00
objfile.c Added a method to write variable sized unsigned values. Use this method for 2000-08-02 13:23:06 +00:00
objfile.h Added a method to write variable sized unsigned values. Use this method for 2000-08-02 13:23:06 +00:00
options.c Working on the condes feature 2000-11-20 15:22:57 +00:00
options.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
pseudo.c Fixed a bug with the .incbin command 2001-04-30 15:42:52 +00:00
pseudo.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
repeat.c Working on the condes feature 2000-11-20 15:22:57 +00:00
repeat.h Added .REPEAT pseudo instruction 2000-07-28 12:15:40 +00:00
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 The .defined function (and .ifdef/.ifndef) flagged an imported symbol as 2001-05-08 17:56:39 +00:00
symtab.h Working on the condes feature 2000-11-20 15:22:57 +00:00
toklist.c Use the CHECK macros from the common dir 2000-08-01 15:17:43 +00:00
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 Use the CHECK macros from the common dir 2000-08-01 15:17:43 +00:00
ulabel.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00