Age | Commit message (Expand) | Author |
---|---|---|
2014-03-05 | Combine implementations of lea and pea. Update bit instructions to use the op... | Michael Pavone |
2014-03-05 | Refactor translate_m68k_cmp to use translate_m68k_arith | Michael Pavone |
2014-03-04 | Combine the implementation of ABCD and SBCD in the 68K core | Michael Pavone |
2014-03-04 | Use translate_m68k_unary for SWAP in 68K core | Michael Pavone |
2014-03-04 | Refactor a bunch of the arithmetic instructions in the 68K core to reduce dup... | Michael Pavone |
2014-03-04 | Small refactor to flag handling in 68K core | Michael Pavone |
2014-03-03 | More 68K core refactoring to both reduce the amount of code and better split ... | Michael Pavone |
2014-03-02 | Refactor translat_m68k_src and translate_m68k_dst into a single function | Michael Pavone |
2014-03-02 | Initial stab at separating the generic parts of the 68K core from the host-cp... | Michael Pavone |