Memory Commands
10-19
10.5.4 copymem
copymem
source destination bytecount
copies
bytecount
bytes from the
source
address to the
destination
address.
DEFINITION
int CopyMem(unsigned char *Src,
unsigned char *Dest,
unsigned long ByteCount)
10.5.5 displaymem
displaymem
startaddr lines
displays memory in 16-byte lines starting at address
startaddr
. The number of lines displayed is determined by
lines
. If the
lines
argu-
ment 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.
Press any key to interrupt the display. If the previous command was
dis-
playmem
, pressing <cr> displays the next block of memory.
DEFINITION
int DisplayMem(unsigned long Address,
unsigned long Lines)
10.5.6 fillmem
fillmem -[b,w,l]
value startaddr endaddr
fills memory with
value
starting at
address
startaddr
to address
endaddr
.
For example, to fill the second megabyte of memory with the data 0x12345678
type:
fill -l 12345678 100000 200000
DEFINITION
int FillMem(char Flag, unsigned long Value,
unsigned long StartAddr,
unsigned long EndAddr)
Содержание BajaPPC-750
Страница 2: ...BajaPPC 750 PowerPC Based Single Board Computer User s Manual May 2002...
Страница 4: ...BajaPPC 750 PowerPC Based Single Board Computer User s Manual May 2002...
Страница 7: ......
Страница 16: ...0002M621 15 ix Register Map 9 1 Counter Timer Status CTSR 9 2 Register Map 9 2 Counter Timer Mode CTMR 9 4...
Страница 19: ...xii BajaPPC 750 Contents...
Страница 57: ...3 12 BajaPPC 750 Central Processing Unit May 2002...
Страница 77: ...5 12 BajaPPC 750 PMC PCI Interface May 2002...
Страница 111: ...6 34 BajaPPC 750 VMEbus Interface May 2002...
Страница 135: ...8 18 BajaPPC 750 Serial and Parallel I O May 2002...
Страница 207: ...10 68 BajaPPC 750 Monitor May 2002...