Type alias InstructionType

InstructionType: "mov" | "jmp" | "cmp" | "nop" | "call" | "add" | "sub"

Generated using TypeDoc