]> git.sur5r.net Git - cc65/history - src/cc65/codegen.c
Removed error numbers in favour of literal error messages. The error numbers
[cc65] / src / cc65 / codegen.c
2000-11-02 cuzRemoved error numbers in favour of literal error messag...
2000-10-15 cuzError handling cleanup/changes.
2000-08-11 cuzDon't create code for a subtraction of zero
2000-08-01 cuzMoved the check module to the common dir.
2000-07-29 cuzMoved segment name handling into a separate module.
2000-07-27 cuzUse gcc function attributes, fix several format related...
2000-07-18 cuzFixed some gcc warnings
2000-06-15 cuzRemove io.*, some cleanup
2000-06-14 cuzUse the xmalloc module from the common directory.
2000-06-14 cuz65C02 additions, saved a few bytes in the code generator
2000-06-14 cuzSome basic support for the 65C02 CPU.
2000-06-10 cuzExplicitly clear reserved storage with $00.
2000-06-08 cuzFix several VC++ warnings
2000-06-08 cuzSome work on function stuff.
2000-05-28 uzThis commit was generated by cvs2svn to compensate...