summaryrefslogtreecommitdiff
path: root/68kinst.h
AgeCommit message (Expand)Author
2016-11-05Get Jaguar video interrupt workingMichael Pavone
2016-04-28Implemented A line and F line traps.Michael Pavone
2016-04-24Half assed, prefetch based open bus value emulation. Gets BlastEm up to 119/1...Michael Pavone
2014-10-14Add support for 68020 addressing modes in decoder and disassemblerMichael Pavone
2014-10-12Tiny bit of work towards supporting 68020 addressing modes in decoder/disasse...Michael Pavone
2014-10-12Add support for 68020 bitfield instructionsMichael Pavone
2014-10-11Better support for labels sourced from VOS program module headerMichael Pavone
2014-10-08Improve support for disassembling 68010+ binariesMichael Pavone
2014-02-09Refactor debugger next commandMike Pavone
2013-09-10Added copyright notice to source files and added GPL license text in COPYINGMike Pavone
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 dis...Mike Pavone
2012-12-19Add support for BTST instruction (untested), absolute addressing mode for ins...Mike Pavone
2012-12-04M68K to x86 translation works for a limited subset of instructions and addres...Mike Pavone
2012-11-27Make x86 generator generic with respect to operand size for immediate paramet...Mike Pavone
2012-11-27x86 code gen, initial work on translatorMike Pavone
2012-11-14Added new OPSIZE for unsized instructions so they can be properly disassemble...Mike Pavone
2012-11-13Implement (possibly broken) decoding of all M68000 instructions not in the OR...Mike Pavone
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