Emerson PMT1 Manuel D’Utilisation

Page de 128
Monitor:
 Memory/Register Commands
10002367-02
PmT1 and PmE1 User’s Manual
8-11
Description:
copymem source destination bytecount
displaymem
displays memory in 16-byte lines starting at address startaddr. The number of lines dis-
played is determined by lines. If the lines argument is not specified, sixteen lines of memory 
are shown. The data is displayed as hex character values on the left and printable ASCII 
equivalents on the right. Nonprintable ASCII characters are printed as a dot.
Description:
displaymem startaddr lines
Press any key to interrupt the display. If the previous command was displaymem, pressing 
<cr> displays the next block of memory. 
fillmem
fills memory with value starting at address startaddr to address endaddr.
Description:
fillmem -[b,w,l] value startaddr endaddr
For example, to fill the second megabyte of memory with the data 0x12345678 type:
=>fill -l 12345678 100000 200000
findmem
searches memory for a value from address startaddr to address endaddr for memory loca-
tions specified by the data searchval
Description:
findmem -[b,w,l] searchval startaddr endaddr
findnotmem
searches from address startaddr to address endaddr for memory locations that are different 
from the data specified by searchval.
Description:
findnotmem -[b,w,l] searchval startaddr endaddr
findstr
searches from address startaddr to address endaddr for a string matching the data string 
searchstr
Description:
findstr searchstr startaddr endaddr
readmem
reads a memory location specified by address. This command displays the data in hexadeci-
mal, decimal, octal, and binary format.
Description:
readmem -[b,w,l] address