User`s guide

Table Of Contents
4–160 User Commands
User Commands
wb
wb
The wb command writes a byte (8 bits) to a register port in I/O address space.
Format
wb register data [iterations]
Parameters
register
Specifies which register to write to.
data
Specifies the value that is written to the register.
iterations
Specifies how many times the data is read. The default is 1.
Description
The wb command writes a byte to the specified register in I/O address space.
Example
EB64> rb 280
28
EB64> wb 280 68
EB64> rb 280
68