Datasheet

Section 2 CPU
Rev.6.00 Sep. 27, 2007 Page 51 of 1268
REJ09B0220-0600
Table 2.3 Instructions Classified by Function
Type Instruction Size
*
1
Function
Data transfer MOV B/W/L (EAs) Rd, Rs (Ead)
Moves data between two general registers or between a
general register and memory, or moves immediate data
to a general register.
MOVFPE B Cannot be used in the H8S/2329 Group and H8S/2328
Group.
MOVTPE B Cannot be used in the H8S/2329 Group and H8S/2328
Group.
POP W/L @SP+ Rn
Pops a register from the stack. POP.W Rn is identical to
MOV.W @SP+, Rn. POP.L ERn is identical to MOV.L
@SP+, ERn.
PUSH W/L Rn @–SP
Pushes a register onto the stack. PUSH.W Rn is
identical to MOV.W Rn, @–SP. PUSH.L ERn is identical
to MOV.L ERn, @–SP.
LDM L @SP+ Rn (register list)
Pops two or more general registers from the stack.
STM L Rn (register list) @–SP
Pushes two or more general registers onto the stack.