User`s manual

MW - Memory Write
3-136
3
MW - Memory Write
Command Input
MW ADDR DATA [;B|H|W]
Options
The default data size is word.
Description
The MW command writes a data pattern (DATA) to a specific
location (ADDR). No verify (read) is performed.
Examples
Example 1:
PPC1-Bug>MW 1E000 55AA55AA <Return>
Effective address: 0001E000
Effective data : 55AA55AA
PPC1-Bug>
PPC1-Bug>MD 1E000 <Return>
0001E000 55AA55AA 00000000 00000000 00000000 U.U.............
0001E010 00000000 00000000 00000000 00000000 ................
PPC1-Bug>
Example 2:
PPC1-Bug>MW 1E000 77;B <Return>
Effective address: 0001E000
Effective data : 77
PPC1-Bug>
PPC1-Bug>MW 1E000 <Return>
0001E000 77AA55AA 00000000 00000000 00000000 w.U.............
0001E010 00000000 00000000 00000000 00000000 ................
PPC1-Bug>
B Byte
H Half-word
W Word