Displaying and modifying storage in the disassembly view
You can display the contents of storage by using the LIST
STORAGE
command. You can modify the contents of storage by using
the STORAGE
command.
You can also use assembler statements to display and modify storage. For example, to set the four bytes located by the address in register 2 to zero, enter the following command:
R2-> <4>=0
To verify that the four bytes are set to zero, enter the following command:
LIST R2->