Next: go, Previous: read-register, Up: Command Reference [Contents][Index]
The write-regs
command can be used to write values into CPU registers
on the target device. The command takes a variable number of arguments (always
an even number). Each pair of arguments comprises the name of the register followed
by the desired value which should be written, thus:
‘write-regs reg0 value0 [reg1 value1 […]]’