4) Mov (Move Data) (Word) - Hitachi H8/300L Series Programming Manual

Hide thumbs Also See for H8/300L Series:
Table of Contents

Advertisement

2.2.32(4) MOV (move data) (word)

Operation
(EAs) → Rd
Assembly-Language Format
MOV .W <EAs>, Rd
Operand Size
Word
Condition Code
I
H
— —
I:
Previous value remains unchanged.
H:
Previous value remains unchanged.
N:
Set to 1 when the data value is negative; otherwise cleared to 0.
Z:
Set to 1 when the data value is zero;otherwise cleared to 0.
V:
Cleared to 0.
C:
Previous value remains unchanged.
Description
This instruction moves one word of data from a source operand to a destination register and sets
condition code flags according to the data value.
If the source operand is in memory, it must be located at an even address.
MOV.W @R7+, Rd is identical in machine language to POP.W Rd.
Note that the LSIs in the H8/300L Series contain on-chip peripheral modules for which access in
word size is not possible. Details are given in the applicable hardware manual.
N
Z
V
C
0
93

Advertisement

Table of Contents
loading

Table of Contents