Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
incorrect results once translate_m68k_src was fixed
|
|
operands are registers that are not mapped to a native x86-64 register
|
|
registers. This fixes the indexed addressing modes when used with a word-wide index register
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addressing mode for jmp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to effective address decoding
|
|
|
|
|
|
|
|
|
|
don't have to worry about overflowing the offset. Implement neg and not (untested).
|
|
areg indirect mode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
causing segfaults
|
|
instructions other than move (untested) and fix decoding of MOVEM.
|
|
cases during memory reads
|
|
|
|
|
|
|
|
printout. Fix minor bug in shift/rotate instruction decoding.
|
|
call to m68k_save_result for add and sub so that they will properly save results for memory destinations
|