12-18-2014, 09:30 AM -
(12-17-2014, 11:39 PM)DaHandy Wrote: HLE = High-level emulation, attempts to simulate the response of the system rather than accurately recreating its internal designAttempts to emulate rather than simulate. Simulation means you don't have the underlying system but rather you have a model that evaluates the outcome based on certain parameters in order to make predictions and adjustments. Maybe an example can be given that high level emulation is emulating firmware functions or the API that a game uses.
(12-17-2014, 11:39 PM)DaHandy Wrote: LLE = Low-level emulation, used to develop new computer hardware and execute legacy binary codeThis could also be written better. Emulate the hardware that consists the system in order to execute legacy binary code on modern/different architecture hardware.
Btw, nice post!!