]> git.sur5r.net Git - cc65/history - src/ca65
getfd.o: new object file
[cc65] / src / ca65 /
2000-09-14 cuzInitialize translation tables
2000-09-02 cuzAdded new emulation feature: loose_char_term
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-11 cuzBIT encoding was wrong for the 65SC02 in immidiate...
2000-08-02 cuzChange the implementation of the file table. It may...
2000-08-02 cuzAdded a method to write variable sized unsigned values...
2000-08-01 cuzIncreased the file count to 16 bits when written to...
2000-08-01 cuzUse the CHECK macros from the common dir
2000-07-30 cuzInclude file path changes
2000-07-29 cuzAdd common dir in more search paths
2000-07-29 cuzRenamed several expression ops and added others.
2000-07-28 cuzAdd the include dir
2000-07-28 cuzAdded .REPEAT pseudo instruction
2000-07-27 cuzAdded .WARNING
2000-07-27 cuzFixed a typo
2000-07-27 cuzFixed a bug in the .ERROR directive
2000-07-27 cuzAdded ERR_EXPECTED_EOF
2000-07-25 cuzAdded string handling functions: .STRLEN and .STRAT
2000-07-25 cuzBumped the .IF nesting to 256
2000-07-19 cuzFixed a problem with the add and sub macros
2000-07-18 cuzFix some gcc warnings
2000-07-15 cuzAdded the .TCOUNT function
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-25 cuzWorking on .MID
2000-06-23 cuzRemoved the strexpr module and placed the implementatio...
2000-06-14 cuzBetter error messages when opening include files
2000-06-14 cuzModule now in common dir
2000-06-14 cuzRemove unneeded includes
2000-06-14 cuzMore common subroutines
2000-06-14 cuzUse new cmdline module
2000-06-12 cuzMinor changes for MSC compatibility
2000-06-08 cuzFix several VC++ warnings
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...