Table of Contents

Advertisement

MOVE

4.6.13 Move
MOVE <address1> <address2> [<dest>]
where:
<address1>
<address2>
[<dest>]
The MOVE command allows the user to copy/move memory to new memory location. 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.
The MOVE command is useful when programming EEPROM. As an example, a program is
created in user RAM using the assembler, debugged using the monitor, and then programmed into
EEPROM with the MOVE command.
No messages will be displayed on the terminal CRT upon completion of the copy/move operation,
only the prompt is displayed.
Caution should be observed when moving data into EEPROM
locations. EVB MCU CONFIG register ROMON bit is cleared to
disable MCU internal ROM.
EXAMPLE
>MOVE E000 E7FF C000<CR>
>
M68HC11EVB/D
Memory starting address.
Memory ending address.
Destination starting address (optional).
CAUTION
Move data from locations $E000-$E7FF to
locations $C000-$C7FF.
OPERATING INSTRUCTIONS
DESCRIPTION
MOVE
4-25
25

Advertisement

Table of Contents
loading

Table of Contents