To alter the contents of the EAX register:
set $eax = 10
To alter the 32-bit longword at address 127:0:
set *127:0 = 10
To alter the 32-bit longword at the address of the symbol MyVariable
set MyVariable = 10