low-level emulation (LLE)
Simulating the actual chips, warts and all.
Definitions
Emulating the actual hardware components down at the low level, the real chips doing their real thing, instead of shortcutting their functions. Heavier on your CPU but it nails the edge cases that HLE fumbles.
low-level emulation (LLE) In A Sentence
Origin & Usage
Emulation engineering term; reproduces the real hardware components at a low level. Slower than HLE but far more accurate.
People Also Ask
What does low-level emulation mean?
Low-level emulation (LLE) means simulating a system's actual chips, warts and all, rather than shortcutting their behaviour.
How is low-level emulation different from high-level emulation?
LLE reproduces the real hardware chips for maximum accuracy, whereas high-level emulation approximates their results for more speed.
Comments 0