ELI5: Explain Like I'm 5

Instruction set simulator

An instruction set simulator (or ISA simulator) is a type of computer program that acts like a real computer's processor. It looks at a program written in a specific kind of coding language (called an instruction set), then imitates what a real processor would do to that program. This way, programs can be tested and debugged without a physical computer.