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
/
68kinst.c
Age
Commit message (
Expand
)
Author
2012-12-19
Print out large immediate values in hex rather than decimal form
Mike Pavone
2012-12-19
Add support for BTST instruction (untested), absolute addressing mode for ins...
Mike Pavone
2012-12-18
Fix operand order for AND instructions
Mike Pavone
2012-12-18
Get Flavio's color bar demo kind of sort of working
Mike Pavone
2012-12-15
Implement shift instructions (asl, lsl, asr, lsr). Add flags to register prin...
Mike Pavone
2012-12-13
Fix shift rotate instruction decoding and improve disassembly of move USP and...
Mike Pavone
2012-12-12
Add support for dbcc instruction
Mike Pavone
2012-12-04
M68K to x86 translation works for a limited subset of instructions and addres...
Mike Pavone
2012-11-27
Make x86 generator generic with respect to operand size for immediate paramet...
Mike Pavone
2012-11-15
Improve disassembly. FIx some decoding bugs.
Mike Pavone
2012-11-15
Add mising bit instructions to decoder. Add test assembly file containing mos...
Mike Pavone
2012-11-14
Implement OR_DIV_SBCD group in decoder
Mike Pavone
2012-11-14
Added new OPSIZE for unsized instructions so they can be properly disassemble...
Mike Pavone
2012-11-13
Implement (possibly broken) decoding of all M68000 instructions not in the OR...
Mike Pavone
2012-11-09
Finish bit/movep/immediate group except for 68020 instructions
Mike Pavone
2012-11-06
More bit and immediate instructions
Mike Pavone
2012-11-04
Add support for some bit instructions and a few others in the same "category"
Mike Pavone
2012-11-03
Finish mulu.w, muls.w and abcd parameter decoding
Mike Pavone
2012-11-03
Improve 68K instruction decoding. Add simple disassembler.
Mike Pavone
2012-10-29
Initial work on M68K instruction decoding
Mike Pavone
[prev]