Mercurial > repos > blastem
log m68k_core_x86.c @ 586:aa35ccb90aa9
age | author | description |
---|---|---|
Fri, 07 Mar 2014 19:45:05 -0800 | Michael Pavone | Minor refactor to translate_m68k_move_ccr_sr and translate_m68k_stop to reduce code duplication |
Fri, 07 Mar 2014 19:39:51 -0800 | Michael Pavone | Use swap_ssp_usp in translate_m68k_move_ccr_sr |
Fri, 07 Mar 2014 19:35:13 -0800 | Michael Pavone | Combine andi ccr/sr and ori ccr/sr. |
Fri, 07 Mar 2014 17:51:40 -0800 | Michael Pavone | Use update_flags instead of individual set_flag calls in a few places |
Fri, 07 Mar 2014 17:42:29 -0800 | Michael Pavone | Refactored translate_m68k so that it contains no host-cpu specific code and moved it to m68k_core.c |
Wed, 05 Mar 2014 19:26:53 -0800 | Michael Pavone | Combine implementations of lea and pea. Update bit instructions to use the op_ family of functions to simplify their implementation a bit. |
Wed, 05 Mar 2014 09:33:50 -0800 | Michael Pavone | Refactor translate_m68k_cmp to use translate_m68k_arith |