index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dis.c
Age
Commit message (
Expand
)
Author
2016-10-04
Added some hacky support for specifying a start offset in 68K disassembler
Michael Pavone
2016-04-10
Allow specification of named labels as command line arguments to the 68K disa...
Michael Pavone
2015-07-26
Pre-release cleanup
Michael Pavone
2015-05-13
Properly print equ for named labels that point outside the cartridge area in ...
Michael Pavone
2014-12-30
Merge
Michael Pavone
2014-10-14
Add equates for address references below address_off
Michael Pavone
2014-10-14
Ignore odd addresses in calls to defer in disassembler
Michael Pavone
2014-10-12
Fix logic for automatic label generation.
Michael Pavone
2014-10-11
Better support for labels sourced from VOS program module header
Michael Pavone
2014-10-11
Fix translation of 68K address to buffer location when address_off != 0
Michael Pavone
2014-10-11
Add -r option to indicate VOS program module contains a 68K reset vector
Michael Pavone
2014-10-11
Add support for disassembling VOS program modules
Michael Pavone
2014-03-01
Fix PC displacement mode check in disassembler so that jmps involving a regis...
Michael Pavone
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-01-17
Add instruction address logging to translator and support for reading an addr...
Mike Pavone
2013-01-05
Small fix to disassembler
Mike Pavone
2013-01-03
Implement MULU/MULS and DIVU/DIVS
Mike Pavone
2013-01-01
Bail out of disassembly of a particular stream when we hit an invalid instruc...
Mike Pavone
2012-12-31
Properly support references to odd addresses in label generation in disassemb...
Mike Pavone
2012-12-30
Improve disassembler
Mike Pavone
2012-12-28
Allow jmp/jsr to follow pc-relative addresses in disassembler
Mike Pavone
2012-12-28
Fix decoding of Scc
Mike Pavone
2012-12-27
Don't pre-emptively translate code at interrupt vectors as some PD ROMs have ...
Mike Pavone
2012-12-21
Fix bug in disassembler that caused it to disassemble addresses it shouldn't
Mike Pavone
2012-12-12
Don't try to disassemble addresses beyond the end of the cartridge
Mike Pavone
2012-12-12
Fix bug in address visitation in disassembler
Mike Pavone
2012-12-12
Add logic for following control flow based on logic in the translator
Mike Pavone
2012-12-08
Mostly broken VDP core and savestate viewer
Mike Pavone
2012-12-04
M68K to x86 translation works for a limited subset of instructions and addres...
Mike Pavone
2012-11-15
Improve disassembly. FIx some decoding bugs.
Mike Pavone
2012-11-09
Finish bit/movep/immediate group except for 68020 instructions
Mike Pavone
2012-11-03
Improve 68K instruction decoding. Add simple disassembler.
Mike Pavone