OPERATING INSTRUCTIONS
4-26
M68HC11EVBU/D
MOVE
Move Memory
4.6.12 Move Memory
MOVE <address1> <address2> [<dest>]
where:
<address1>
Memory starting address.
<address2>
Memory ending address.
[<dest>]
Destination starting address (optional).
The MOVE command allows the user to copy/move memory to new memory locations. If the
destination is not specified, the block of data residing from address1 to address2 will be moved
up one byte. Using the MOVE command on EEPROM locations will program EEPROM cells.
No messages will be displayed on the terminal CRT upon completion of the copy/move
operation, only the prompt is displayed.
Example:
>MOVE E000 E0FF 0100<CR>
Move data from locations $E000-$E0FF to locations
$0100-$01FF.
>
Summary of Contents for M68HC11EVBD
Page 4: ......
Page 92: ...HARDWARE DESCRIPTION 5 4 M68HC11EVBU D ...
Page 101: ...SUPPORT INFORMATION M68HC11EVBU D 6 9 Figure 6 2 EVBU Schematic Diagram Sheet 1 of 3 ...
Page 102: ...SUPPORT INFORMATION 6 10 M68HC11EVBU D ...
Page 103: ...SUPPORT INFORMATION M68HC11EVBU D 6 11 Figure 6 2 EVBU Schematic Diagram Sheet 2 of 3 ...
Page 104: ...SUPPORT INFORMATION 6 12 M68HC11EVBU D ...
Page 105: ...SUPPORT INFORMATION M68HC11EVBU D 6 13 Figure 6 2 EVBU Schematic Diagram Sheet 3 of 3 ...