SarahW
|
d9e38fe37c
|
Fix masking of FPU top-of-stack in several places. Fixes DOS Quake.
|
2018-10-09 13:51:05 +01:00 |
|
SarahW
|
91143d3c68
|
Move CPU segment structures into cpu_state structure.
|
2018-07-22 12:56:03 +01:00 |
|
SarahW
|
774f4201ee
|
Recompiler now handles instruction and cycle counting.
|
2018-07-06 17:51:22 +01:00 |
|
SarahW
|
ee3f9210dc
|
Implemented basic register allocation.
Mainly handles 'virtual' registers at the moment (eg current and last PC values, segment override status, etc).
|
2018-06-23 19:04:36 +01:00 |
|
SarahW
|
03fe25d818
|
First stage of dynamic recompiler rewrite.
Basic IR generation calls C implementation of all instructions.
Backend generation implemented for x86, x86-64, ARM and ARM64.
|
2018-06-17 20:26:15 +01:00 |
|