8-14
PmPPC440: Monitor
April 2005
same address. Pressing ENTER without entering a new value leaves the original
value unchanged. To exit the
nm
command, enter a non-valid hexadecimal value
(such as x) followed by ENTER.
DEFINITION
nm [.b, .w, .l]
address
8.7.5 cp (copy memory)
The
cp
command copies
count
objects located at the
source
address to the
target
address
. It is also used to copy memory to the soldered flash.
NOTE.
If the
target
address is located in the range of the Flash device, it will
program the Flash with count objects from the source address. The
cp
command does not erase the Flash region prior to copying the data.
The Flash region must be manually erased using the erase command
prior to using the
cp
command.
DEFINITION
cp [.b, .w, .l]
source target count
EXAMPLE
In this example, the
cp
command is used to copy 0x1000, 32-bit values from
address 0x100000 to address 0x80000.
=> cp 100000 80000 1000
8.7.6 cmp (compare memory)
The
cmp
command compares
count
objects between
addr1
and
addr2
. Any differ-
ences are displayed on the console display.
DEFINITION
cmp [.b, .w, .l]
addr1 addr2 count
Summary of Contents for PmPPC440
Page 1: ...PmPPC440 PowerPC Based Processor PMC Module User s Manual April 2005 ...
Page 3: ...PmPPC440 PowerPC Based Processor PMC Module User s Manual April 2005 ...
Page 14: ...viii PmPPC440 Contents ...
Page 34: ...2 14 PmPPC440 Setup April 2005 ...
Page 42: ...3 8 PmPPC440 PPC440GP Processor April 2005 ...
Page 56: ...6 4 PmPPC440 Ethernet Interface April 2005 ...