summaryrefslogtreecommitdiff
path: root/dis.c
AgeCommit message (Expand)Author
2019-12-05Properly mask addresses to 24-bit in disassemblerMichael Pavone
2018-06-29Fix some issues identified by cppcheckMichael Pavone
2016-10-04Added some hacky support for specifying a start offset in 68K disassemblerMichael Pavone
2016-04-10Allow specification of named labels as command line arguments to the 68K disa...Michael Pavone
2015-07-26Pre-release cleanupMichael Pavone
2015-05-13Properly print equ for named labels that point outside the cartridge area in ...Michael Pavone
2014-12-30MergeMichael Pavone
2014-10-14Add equates for address references below address_offMichael Pavone
2014-10-14Ignore odd addresses in calls to defer in disassemblerMichael Pavone
2014-10-12Fix logic for automatic label generation.Michael Pavone
2014-10-11Better support for labels sourced from VOS program module headerMichael Pavone
2014-10-11Fix translation of 68K address to buffer location when address_off != 0Michael Pavone
2014-10-11Add -r option to indicate VOS program module contains a 68K reset vectorMichael Pavone
2014-10-11Add support for disassembling VOS program modulesMichael Pavone
2014-03-01Fix PC displacement mode check in disassembler so that jmps involving a regis...Michael Pavone
2013-09-10Added copyright notice to source files and added GPL license text in COPYINGMike Pavone
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