CLR Instruction

Purpose:To Clear a scaler quantity
Format:opcode dst.wx
Operation:dst <- 0;
Condition
Codes:
N <- 0;
Z <- 1;
V <- 0;
C <- C;
Exceptions:None
Opcodes:
94CLRBClear Byte
B4CLRWClear Word
D4CLRLClear Long
7CCLRQClear Quad
D4CLRFClear Float
7CCLRDClear Double
Description: The destination operand is replaced by 0.
Notes: CLRx dst is equivalent to MOVx #0, dst.