User`s guide

Table Of Contents
User Commands 4–95
User Commands
mww
mww
The mww command writes a word to memory in the register port in I/O address
space.
Format
mww address data [iterations]
Parameters
address
Specifies the address in memory I/O space where the word is written.
data
Specifies word data.
iterations
Specifies how many times the data is read. The default is 1.
Description
The mww command writes a word to memory I/O space. For example, on the EB64,
a word is written to the ISA extension slot.
Example
EB64> mrw d0000
FF00
EB64> mww d0000 a5a5
EB64> mrw d0000
A5A5