summaryrefslogtreecommitdiff
path: root/gen_x86.c
AgeCommit message (Expand)Author
2013-06-24Fix access to int_enable_cycle in EIMike Pavone
2013-05-21Fix some minor copy pasta bugs that resulted in an unnecessary REX prefix bei...Mike Pavone
2013-05-18Mostly working runtime generation of memory map read/write functionsMike Pavone
2013-05-02Don't mix *H regs with the REX prefixMike Pavone
2013-04-28Implement EX, EXX and RST in Z80 coreMike Pavone
2013-04-25Get Z80 core working for simple programsMike Pavone
2013-01-25Fix overflow flag on ASLMike Pavone
2013-01-16Implement ABCD an SBCD. Fix BTEST with register source.Mike Pavone
2013-01-03Implement MULU/MULS and DIVU/DIVSMike Pavone
2012-12-31Implement most of the "X" instructionsMike Pavone
2012-12-29Fix encoding of movsx instruction when used with new (i.e. r9-r15) registers....Mike Pavone
2012-12-29Implement the rest of the bit instructionsMike Pavone
2012-12-28Fix call_r in gen_x86 so that it properly returns a pointer to the location a...Mike Pavone
2012-12-28Implement scc (untested)Mike Pavone
2012-12-26Initial stab at interrupt support. Make native code offsets bigger so I don't...Mike Pavone
2012-12-22Add support for indexed modes as a source, some work on jmp and jsr with areg...Mike Pavone
2012-12-21Implement more instructions and address modesMike Pavone
2012-12-19Add support for BTST instruction (untested), absolute addressing mode for ins...Mike Pavone
2012-12-15Implement shift instructions (asl, lsl, asr, lsr). Add flags to register prin...Mike Pavone
2012-12-12Add untested support for and, eor, or, swap, tst and nop instructions. Add ca...Mike Pavone
2012-12-04M68K to x86 translation works for a limited subset of instructions and addres...Mike Pavone
2012-11-27Make x86 generator generic with respect to operand size for immediate paramet...Mike Pavone
2012-11-27x86 code gen, initial work on translatorMike Pavone