User`s guide

Table Of Contents
User Commands 4–93
User Commands
mwb
mwb
The mwb command writes a byte to memory in the register port in I/O address
space.
Format
mwb address data [iterations]
Parameters
address
Specifies the address in memory I/O space where the byte is written.
data
Specifies byte data.
iterations
Specifies how many times the data is read. The default is 1.
Description
The mwb command specifies the memory location in I/O memory space to write
data in byte format.
Example
EB64> mrb d0000
FF
EB64> mwb d0000 0
EB64> mrb d0000
00