Mercurial > repos > blastem
log m68k_to_x86.c @ 144:177ba1a5af9c
age | author | description |
---|---|---|
Sun, 30 Dec 2012 09:55:07 -0800 | Mike Pavone | Add support for pc indexed addressing mode to lea |
Sun, 30 Dec 2012 07:52:44 -0800 | Mike Pavone | Support more address modes for jmp |
Sat, 29 Dec 2012 23:40:30 -0800 | Mike Pavone | Fix swap |
Sat, 29 Dec 2012 23:08:14 -0800 | Mike Pavone | Cleanup bit instructions and fix bug in translate_m68k_move that caused incorrect results once translate_m68k_src was fixed |
Sat, 29 Dec 2012 22:22:53 -0800 | Mike Pavone | Fix check in translate_m68k_src that deals with instructions for which both operands are registers that are not mapped to a native x86-64 register |
Sat, 29 Dec 2012 22:11:28 -0800 | Mike Pavone | Fix encoding of movsx instruction when used with new (i.e. r9-r15) registers. This fixes the indexed addressing modes when used with a word-wide index register |
Sat, 29 Dec 2012 21:55:42 -0800 | Mike Pavone | Some fixes for translating code in located in RAM |