summaryrefslogtreecommitdiff
path: root/m68k_to_x86.h
AgeCommit message (Collapse)Author
2012-12-26Initial stab at interrupt support. Make native code offsets bigger so I ↵Mike Pavone
don't have to worry about overflowing the offset. Implement neg and not (untested).
2012-12-21Implement a couple of supervisor instructionsMike Pavone
2012-12-18Get Flavio's color bar demo kind of sort of workingMike Pavone
2012-12-04M68K to x86 translation works for a limited subset of instructions and ↵Mike Pavone
addressing modes
2012-11-27x86 code gen, initial work on translatorMike Pavone