Sat, 27 Dec 2014 15:49:15 -0800 |
Michael Pavone |
Fix divide by zero exception return address when div instruction is bigger than 1 word
|
Sat, 27 Dec 2014 14:51:50 -0800 |
Michael Pavone |
Decrement address register after fetching source in move with -(ax) dest to avoid bug when src is the dst addres reg
|
Fri, 26 Dec 2014 19:38:27 -0800 |
Michael Pavone |
Fix a bug in ori to SR that was swapping USP and SSP inappropriately
|
Fri, 26 Dec 2014 15:45:31 -0800 |
Michael Pavone |
Fix a few bugs introduced in the Z80 core from the adjustments to fit with the code gen refactor
|
Fri, 26 Dec 2014 12:37:27 -0800 |
Michael Pavone |
Set the byte_swap flag in the M68K core so gen_mem_fun correctly inserts xor instructions for byte access functions
|
Sun, 14 Dec 2014 16:45:23 -0800 |
Michael Pavone |
WIP effort to update z80 core for code gen changes
|
Tue, 11 Mar 2014 09:44:47 -0700 |
Michael Pavone |
Split gen_mem_fun out of m68k_core_x86 and make it more generic so it can be used by the Z80 core
|
Sat, 08 Mar 2014 00:15:09 -0800 |
Michael Pavone |
Move translate_m68k_movem to m68k_core.c
|
Fri, 07 Mar 2014 23:26:46 -0800 |
Michael Pavone |
Made m68k_retranslate_inst host-cpu generic and moved it to m68k_core.c
|
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.
|