Set-DbgRegister.ps1

<#
 
.SYNOPSIS
 
Sets register contents
 
#>

param($Register, $Value)

Invoke-DbgCommand "r $Register=$Value"