EXTZL
Operation
Zero-extends the selected source width to a longword EA destination.
Assembler Syntax
EXTZL.B Rn(s), <ea>(e)
EXTZL.W Rn(s), <ea>(e)
EXTZL.{B|W}(z) <ea>(s), <ea>(d)
Privilege
Unprivileged
Repeat eligibility
REP eligible; REPcc observes dst
Zero-extends the source operand from the instruction size to long size and stores the four-byte result to an EA destination. The low source-size bytes are copied into the result, and the remaining high result bits are filled with zero. EXTZL has no Rn destination form; use MOV.B or MOV.W for a zero-extended Rn result.
2.75in
Encodings
EXTZL.B Rn(s), <ea>(e)
Format: Instruction format for EXTZL.B Rn(s), <ea>(e)
dst — excluded: immediate [invalid_destination]
2.75in EXTZL.W Rn(s), <ea>(e)
Format: Instruction format for EXTZL.W Rn(s), <ea>(e)
dst — excluded: immediate [invalid_destination]
2.75in EXTZL.{B|W}(z) <ea>(s), <ea>(d)
Format: Instruction format for EXTZL.{B|W}(z) <ea>(s), <ea>(d)
dst — excluded: immediate [invalid_destination]