Next: , Previous: , Up: Command Reference   [Contents][Index]


5.9.12 write-regs

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 […]]