package instructionF2 type InstructionF2 struct { opcode uint8 r1 uint8 r2 uint8 }