|
File ChangingEmulator.html Author McKeeman Copyright © 2007 index Changing the EmulatorPreliminaryRead about the Intel x86 emulator.
In MATLAB in the mxcom directory, try
Small Changes to the x86 Emulator
What normally initiates a change to the emulator is a bad run.
The emulator should error if it is asked to carry out an instruction
that has not yet been implemented.
The partial run together with
Adding a builtin function to X is a special case. The emulator must also independently implement the builtin since the calling sequence into C would take the emulator in unknown territory. An Emulator for New HardwareSupporting new hardware requires a brand new emulator. That will be a lot of work. |