Mercurial > repos > blastem
log gen_x86.c @ 58:a6a19c45d358
age | author | description |
---|---|---|
Sat, 15 Dec 2012 23:01:32 -0800 | Mike Pavone | Implement shift instructions (asl, lsl, asr, lsr). Add flags to register printout. Fix minor bug in shift/rotate instruction decoding. |
Wed, 12 Dec 2012 23:21:11 -0800 | Mike Pavone | Add untested support for and, eor, or, swap, tst and nop instructions. Add call to m68k_save_result for add and sub so that they will properly save results for memory destinations |
Tue, 04 Dec 2012 19:13:12 -0800 | Mike Pavone | M68K to x86 translation works for a limited subset of instructions and addressing modes |
Tue, 27 Nov 2012 22:43:32 -0800 | Mike Pavone | Make x86 generator generic with respect to operand size for immediate parameters. |
Tue, 27 Nov 2012 09:28:13 -0800 | Mike Pavone | x86 code gen, initial work on translator |