Emulation

Low-level emulation

Emulating memory

big array of bytes hex numbers of some length

Emulating processors

emulation. cpu has operations. need to emulate them. convert to native. table with lookup for clock cycle requirements, mode etc.

High-level emulation

Containers

Virtualisation