Move program – Epson S1C62 Family User Manual
Page 156

Format
ICE CONTROL SOFTWARE ICS62XX
VIII-42
EPSON
S1C62 FAMILY
DEVELOPMENT TOOL REFERENCE MANUAL
Contents of program area <address 1> to <address 2> are transferred to <address 3> and above.
Program area
(for S1C6S3N7/6S3B7/6S3L7)
Address 1
. . . 000
Address 2
. . . 0FF
Address 3
. . . 100
1FF
3FF
Function
MP
MOVE PROGRAM
#MP,
<address 1>
,
<address 2>
,
<address 3>
A
A
←
#MP,0,FF,100
...
Contents of program area addresses 000 to 0FF are
transferred to addresses 100 to 1FF
#MP,100,2FF,300
...
When the transfer area surpasses address 3FF, an error
* COMMAND ERROR *
message is displayed and the instruction will not execute
#MP,200,100,300
* COMMAND ERROR *
...
Address 1 > address 2 error
#MP,200,200,300
...
Contents of address 200 are copied to address 300, then
the instruction is executed normally
#
Examples