Initial commit
This commit is contained in:
5
instruction.cpp
Normal file
5
instruction.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "instruction.h"
|
||||
|
||||
Instruction::Instruction(BytecodeInstruction bytecodeInst) {
|
||||
opcode = (InstType)(bytecodeInst & 0b00001111);
|
||||
}
|
||||
Reference in New Issue
Block a user