]> git.sur5r.net Git - cc65/history - src/ca65/main.c
Moved CPU definition into common/
[cc65] / src / ca65 / main.c
2003-05-01 cuzMoved CPU definition into common/
2002-11-28 cuzNew .PUSHSEG and .POPSEG commands
2002-11-22 cuzAdded a scope argument to the SymIsDef and SymIsDef...
2002-04-25 cuzAdd the 'module' target
2001-10-02 cuzReordered usage output
2001-09-30 cuzUse __attribute ((unused)) instead of -Wno-unused-parameter
2001-09-15 cuzCheck for sign problems in compares
2001-09-08 cuzAdd the label/equate bit to the exports and debug symbols
2001-05-23 cuzAdded line infos
2001-03-10 cuzMoved verbose output to a shared module in the common...
2001-03-09 cuzAdded command line response files
2001-01-05 cuzUse chartype.h instead of ctype.h
2000-09-14 cuzInitialize translation tables
2000-09-02 cuzSeparated the emulation features in a module.
2000-09-02 cuzAdded new .feature: pc_assignment
2000-08-23 cuzMove target handling routines into the common directory.
2000-08-21 cuzImplement character set translation and different targe...
2000-08-01 cuzIncreased the file count to 16 bits when written to...
2000-07-28 cuzAdded .REPEAT pseudo instruction
2000-07-09 cuzFix macro output in the listing
2000-07-08 cuzAdded -h option
2000-07-08 cuzAdded/finished .MID, .LEFT, .RIGHT
2000-06-14 cuzRemove unneeded includes
2000-06-14 cuzMore common subroutines
2000-06-14 cuzUse new cmdline module
2000-06-03 cuzAdded a more generic way to push sources that deliver...
2000-05-29 cuzAdded functions to remember a set of include search...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...