summaryrefslogtreecommitdiff
path: root/68kinst.h
AgeCommit message (Collapse)Author
2013-04-21Implement CHK instruction (not fully tested).Mike Pavone
2013-01-26Tweaks to make blastem compatible with m68k-testerMike Pavone
2012-12-30Improve disassemblerMike Pavone
2012-12-21Implement indexed with 8-bit displacement addressing modes in decoder and ↵Mike Pavone
disassembler
2012-12-19Add support for BTST instruction (untested), absolute addressing mode for ↵Mike Pavone
instructions other than move (untested) and fix decoding of MOVEM.
2012-12-04M68K to x86 translation works for a limited subset of instructions and ↵Mike Pavone
addressing modes
2012-11-27Make x86 generator generic with respect to operand size for immediate ↵Mike Pavone
parameters.
2012-11-27x86 code gen, initial work on translatorMike Pavone
2012-11-14Added new OPSIZE for unsized instructions so they can be properly ↵Mike Pavone
disassembled without making them special cases
2012-11-13Implement (possibly broken) decoding of all M68000 instructions not in the ↵Mike Pavone
OR_DIV_SBCD group
2012-11-09Finish bit/movep/immediate group except for 68020 instructionsMike Pavone
2012-11-03Improve 68K instruction decoding. Add simple disassembler.Mike Pavone
2012-10-29Initial work on M68K instruction decodingMike Pavone