]> git.sur5r.net Git - cc65/history - src/ca65/instr.c
Add .assert actions that aren't evaluated at assembly time.
[cc65] / src / ca65 / instr.c
2009-10-04 uzAdd .assert actions that aren't evaluated at assembly...
2009-07-29 uzCorrect sweet16 addressing bug with SUB instr. Patch...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2006-04-09 cuzEmit warnings for symbols that were used suboptimal...
2005-11-20 cuzAdd explicit check for CPU_UNKNOWN to avoid SIGSEGV
2005-09-01 cuzBumped the year in the copyright message
2005-09-01 cuzAdded the remaining HuC6280 instructions
2005-08-31 cuzStarted to add support for the HuC6280 cpu
2005-08-31 cuzStarted to add support for the HuC6280 cpu
2005-08-26 cuzAdded the "none" CPU.
2004-10-03 cuzAdded new CPU SWEET16
2004-05-11 cuzAdded 6502 illegal instructions
2004-05-10 cuzAdd 6502X cpu
2003-12-12 cuzFixed several address size issues
2003-12-12 cuzCode cleanup
2003-11-29 cuzDon't use SF_TRAMPOLINE, change symbol references instead.
2003-11-11 cuzRewrote expression evaluation. More smaller changes.
2003-11-08 cuzReplace error/warning numbers by strings.
2003-08-07 cuzFixed a bug
2003-08-07 cuzAdded 65C02 instructions
2003-08-07 cuzMore instruction set stuff
2003-06-21 cuzPEI was broken
2003-06-06 cuzAssertion checks were the wrong way round
2003-06-06 cuzCompleted assertions, add auto assertion for jmp (abs...
2003-05-13 cuzAdd a warning for an address expression that is usually...
2003-05-01 cuzMoved CPU definition into common/
2000-08-11 cuzBIT encoding was wrong for the 65SC02 in immidiate...
2000-08-01 cuzUse the CHECK macros from the common dir
2000-06-03 cuzAdded a more generic way to push sources that deliver...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...