Emulator Reference

You can see the supported instructions below

Instruction Type Description
MOV "The MOV instruction performs basic load data and store data operations between memory and the processor’s registers and data movement operations between registers." (Intel SDM, p. 185)
NOP Does nothing. It is always exactly 1 byte and is represented as a zero-byte.
HLT Halts the emulator, performs an exit(0).