public TerminalMode(TerminalModeOpCode opCode, uint argument)
 {
     this.OpCode   = opCode;
     this.Argument = argument;
 }
 public TerminalMode(TerminalModeOpCode opCode, uint argument)
 {
     this.OpCode = opCode;
     this.Argument = argument;
 }