English
Language : 

HD6432345 Datasheet, PDF (65/907 Pages) Hitachi Semiconductor – H8S/2345 F-ZTAT Hardware Manual
Table 2.3 Instructions Classified by Function (cont)
Type
Logic
operations
Instruction
AND
Size*
B/W/L
OR
B/W/L
XOR
B/W/L
NOT
B/W/L
Shift
operations
SHAL
SHAR
B/W/L
SHLL
SHLR
B/W/L
ROTL
ROTR
B/W/L
ROTXL
ROTXR
B/W/L
Note: * Size refers to the operand size.
B: Byte
W: Word
L: Longword
Function
Rd ∧ Rs → Rd, Rd ∧ #IMM → Rd
Performs a logical AND operation on a general register
and another general register or immediate data.
Rd ∨ Rs → Rd, Rd ∨ #IMM → Rd
Performs a logical OR operation on a general register
and another general register or immediate data.
Rd ⊕ Rs → Rd, Rd ⊕ #IMM → Rd
Performs a logical exclusive OR operation on a general
register and another general register or immediate data.
¬ (Rd) → (Rd)
Takes the one's complement of general register
contents.
Rd (shift) → Rd
Performs an arithmetic shift on general register contents.
1-bit or 2-bit shift is possible.
Rd (shift) → Rd
Performs a logical shift on general register contents.
1-bit or 2-bit shift is possible.
Rd (rotate) → Rd
Rotates general register contents.
1-bit or 2-bit rotation is possible.
Rd (rotate) → Rd
Rotates general register contents through the carry flag.
1-bit or 2-bit rotation is possible.
45