]> git.sur5r.net Git - cc65/history - src/ca65/instr.c
Merge pull request #281 from polluks/sp65
[cc65] / src / ca65 / instr.c
2016-02-26 silverdrMerge pull request #1 from cc65/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2015-07-11 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-02-08 Stephan MühlstrasserMerge branch 'master' of https://github.com/cc65/cc65...
2015-01-12 Oliver SchmidtMerge pull request #145 from wlabelle/huc6280-sbc-fix
2015-01-11 Wayne LaBelleMove SBC to correct location in 6280 instruction table 145/head
2015-01-10 Oliver SchmidtMerge pull request #143 from greg-king5/basic-stub
2014-12-03 Oliver SchmidtMerge pull request #142 from greg-king5/disassemble...
2014-12-02 Stephan MühlstrasserMerge branch 'master' of https://github.com/cc65/cc65...
2014-11-20 Oliver SchmidtMerge pull request #139 from mrdudz/addundocs
2014-11-20 mrdudzactually make TAS work :)
2014-11-20 mrdudzuses TAS instead of SHS like da65 did
2014-11-19 mrdudzadded support for LAX#imm, all done
2014-11-19 mrdudzadded support for undocumented NOPs
2014-11-19 mrdudzadded support for ane, sha, shs, shy, shx
2014-11-19 mrdudzstarting branch for adding the missing undocumented...
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
2014-03-03 Oliver SchmidtMerge pull request #85 from groessler/cassette
2014-02-28 Oliver SchmidtMerge pull request #86 from AntiheroSoftware/ca65-65816
2014-02-27 lintbefix jmp($1234) opcode table 86/head
2014-02-21 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-02-20 Oliver SchmidtMerge pull request #83 from AntiheroSoftware/ca65-65816
2014-02-19 lintbefix opcode for JML Absolute indirect long
2014-02-18 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-02-17 Oliver SchmidtMerge pull request #80 from AntiheroSoftware/ca65-65816
2014-02-12 lintbeFixing ca65 for 65816 jml and jmp opcodes
2014-02-11 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-02-08 Oliver SchmidtRemoved references to SunPlus.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2012-05-25 uzFixed an error: When guessing the address size of an...
2012-03-04 uzThe table for sweet 16 instructions had an invalid...
2012-01-18 uzAdd bounded expressions for immediate addressing and...
2011-12-31 uzSupport for the Mitsubishi 740 CPU for da65. Written...
2011-12-11 uzFixed an error introduced in revision 4427: The list...
2011-01-16 uzMove all attributes and other information that is attac...
2009-11-02 uzAdded macros for jumps after unsigned compares to the...
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...