Class | Description |
---|---|
CLR_AnContent |
The CLR instruction where hte destination is (An).
01000010 =0x42
ssmmmrrr
where ss = size (00 =byte, 01= word, 10=long)
mmm =detination mode =010
rrr= destination reg
|
CLR_AnPlus |
The CLR instruction where hte destination is (An)+.
01000010 =0x42
ssmmmrrr
where ss = size (00 =byte, 01= word, 10=long)
mmm =detination mode =011
rrr= destination reg
|
CLR_d16An |
The CLR instruction where hte destination is d16(An).
01000010 =0x42
ssmmmrrr
where ss = size (00 =byte, 01= word, 10=long)
mmm =detination mode =101
rrr= destination reg
|
CLR_d8AnXn |
The CLR instruction where the destination is d8(An,Xn).
01000010 =0x42
ssmmmrrr
where ss = size (00 =byte, 01= word, 10=long)
mmm =detination mode =110
rrr= destination reg
|
CLR_Dn |
The CLR instruction where the destination is Dn.
01000010 =0x42
ssmmmrrr
where ss = size (00 =byte, 01= word, 10=long)
mmm =detination mode
rrr= destination reg
|
CLR_L |
The CLR instruction where the destination is L absolute).
01000010 =0x42
ssmmmrrr
where ss = size (00 =byte, 01= word, 10=long)
mmm =detination mode =111
rrr= 1
|
CLR_MinusAn |
The CLR instruction where hte destination is -(An).
01000010 =0x42
ssmmmrrr
where ss = size (00 =byte, 01= word, 10=long)
mmm =detination mode =100
rrr= destination reg
|
CLR_W |
The CLR instruction where the destination is W absolute).
01000010 =0x42
ssmmmrrr
where ss = size (00 =byte, 01= word, 10=long)
mmm =detination mode =111
rrr= 0
|