summaryrefslogtreecommitdiff
path: root/runtime.S
AgeCommit message (Collapse)Author
2012-12-18ecx was getting clobbered before the relevant temp value was used in some ↵Mike Pavone
cases during memory reads
2012-12-18Code in runtime for checking for VDP reads was using the wrong register. ↵Mike Pavone
This is now fixed.
2012-12-18Get Flavio's color bar demo kind of sort of workingMike Pavone
2012-12-16Add preliminary support for JMPMike Pavone
2012-12-04M68K to x86 translation works for a limited subset of instructions and ↵Mike Pavone
addressing modes
2012-11-27Add asssembly runtime code stubMike Pavone