package vm type Instruction struct { OpCode OpCodeType Reserved [4]byte Operands [2]*Operand opHandler opHandler `struc:"skip"` }