ST10 FAMILY PROGRAMMING MANUAL
92/172
MOVBZ
Move Byte Zero Extend
Syntax
MOVBZ op1,
op2
Operation
(low byte op1)
<-- (op2)
(high byte op1)
<-- 00
h
Data Types
WORD, BYTE
Description
Moves and zero extends the contents of the source byte specified by op2 to the word location specified
by the destination operand op1. The contents of the moved data is examined, and the flags are updated
accordingly.
Flags
Addressing Modes
E
Z
V
C
N
0
*
-
-
0
E
Always cleared.
Z
Set if the value of the source operand op2 equals zero. Cleared otherwise.
V
Not affected.
C
Not affected.
N
Always cleared.
Mnemonic
Format
Bytes
MOVBZ
Rb
n
, Rb
m
C0 mn
2
MOVBZ
reg, mem
C2 RR MM MM
4
MOVBZ
mem, reg
C5 RR MM MM
4
Summary of Contents for ST10 Series
Page 2: ......