#include "instruction.h" Instruction::Instruction(BytecodeInstruction bytecodeInst) { opcode = (InstType)(bytecodeInst & 0b00001111); }