English
Language : 

HD6433308 Datasheet, PDF (66/349 Pages) Hitachi Semiconductor – Hitachi Single-Chip MicroComputer
15
87
Op
0
RTE, SLEEP, NOP
Op
rn
LDC, STC (Rn)
Op
Notation
Op:
rn:
#imm.:
Operation field
Register field
Immediate data
#imm.
ANDC, ORC, XORC, LDC
(#xx:8)
Figure 3-9. System Control Instruction Codes
3.5.8 Block Data Transfer Instruction
In the H8/330 the EEPMOV instruction is a block data transfer instruction. It does not have the
EEPROM write function it has in some other chips.
Table 3-9 describes the EEPMOV instruction. Figure 3-10 shows its object code format.
Table 3-9. Block Data Transfer Instruction/EEPROM Write Operation
Instruction
EEPMOV
Size Function
— 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.
50