private Opcode getInstruction() { return((Opcode)getHexValue(InstructionRegister.ToString("X4").Substring(0, 1))); }
private int getOperand() { return(getHexValue(InstructionRegister.ToString("X4").Substring(1))); }