OPERATING INSTRUCTIONS
M68HC11EVB/D
4-25
25
MOVE
MOVE
4.6.13 Move
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 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
Caution should be observed when moving data into EEPROM
locations. EVB MCU CONFIG register ROMON bit is cleared to
disable MCU internal ROM.
EXAMPLE
DESCRIPTION
>MOVE E000 E7FF C000<CR>
Move data from locations $E000-$E7FF to
locations $C000-$C7FF.
>
Содержание M68HC11EVB
Страница 9: ...CONTENTS x M68HC11EVB D ...
Страница 35: ...MONITOR PROGRAM 3 8 M68HC11EVB D ...
Страница 81: ...OPERATING INSTRUCTIONS 4 46 M68HC11EVB D ...
Страница 97: ...SUPPORT INFORMATION 6 12 M68HC11EVB D Figure 6 3 EVB Schematic Diagram Sheet 2 of 2 ...
Страница 103: ...APPLICATIONS B 2 M68HC11EVB D Figure B 1 Single Chip Mode Configuration ...