summaryrefslogtreecommitdiff
path: root/dis.c
AgeCommit message (Expand)Author
2013-01-17Add instruction address logging to translator and support for reading an addr...Mike Pavone
2013-01-05Small fix to disassemblerMike Pavone
2013-01-03Implement MULU/MULS and DIVU/DIVSMike Pavone
2013-01-01Bail out of disassembly of a particular stream when we hit an invalid instruc...Mike Pavone
2012-12-31Properly support references to odd addresses in label generation in disassemb...Mike Pavone
2012-12-30Improve disassemblerMike Pavone
2012-12-28Allow jmp/jsr to follow pc-relative addresses in disassemblerMike Pavone
2012-12-28Fix decoding of SccMike Pavone
2012-12-27Don't pre-emptively translate code at interrupt vectors as some PD ROMs have ...Mike Pavone
2012-12-21Fix bug in disassembler that caused it to disassemble addresses it shouldn'tMike Pavone
2012-12-12Don't try to disassemble addresses beyond the end of the cartridgeMike Pavone
2012-12-12Fix bug in address visitation in disassemblerMike Pavone
2012-12-12Add logic for following control flow based on logic in the translatorMike Pavone
2012-12-08Mostly broken VDP core and savestate viewerMike Pavone
2012-12-04M68K to x86 translation works for a limited subset of instructions and addres...Mike Pavone
2012-11-15Improve disassembly. FIx some decoding bugs.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