Hardware manual
Rev. 3.0, 09/98, page 42 of 361
RTE, SLEEP, NOP
07815
Op
LDC, STC(R
n
)Op r
n
ANDC, ORC, XORC, LDC
(#
XX
:8)
Op #imm.
Op
r
n
#imm.
: Operation field
: Register field
: immediate data
Legend:
Figure 2.9 System Control Instruction Codes
2.5.8 Block Data Transfer Instruction
Table 2.11 describes the EEPMOV instruction. Figure 2.10 shows its object code format.
Table 2.11 Block Data Transfer Instruction/EEPROM Write Operation
Instruction Size Function
EEPMOV if R4L ≠ 0 then
repeat @R5+ → @R6+
R4L − 1 → R4L
until R4L = 0
else next;
Moves a data block according to parameters set in general registers R4L,
R5, and R6.
R4L: size of block (bytes)
R5: starting source address
R6: starting destination address
Execution of the next instruction starts as soon as the block transfer is
completed.