User`s guide

Table Of Contents
User Commands 4–39
User Commands
dml
dml
The dml command deposits the specified longword data in the specified memory
location.
Format
dml address data [iterations]
Parameters
address
Specifies the memory address.
data
Specifies the longword data to be stored.
iterations
Specifies how many times the command is executed. The default is 1.
Description
The dml command deposits the specified longword data in the specified memory
location. A memory barrier (MB) instruction is executed after the store to force the
stored data out of the chip.
Example
EB64> dml d0000 FC04FF00