public RegisterDeclaration(InstructionToken declInstruction)
 {
     RegisterKey   = declInstruction.GetParamRegisterKey(1);
     _semantic     = declInstruction.GetDeclSemantic();
     _maskedLength = declInstruction.GetDestinationMaskedLength();
 }