See: Description
Class | Description |
---|---|
SUB_AnContent |
The SUB instruction where the source is Dn and the destination is (An).
1101dddooommmrrr
where
ddd is the destination register
ooo is the opmode : 100 = byte, 101 = word , 110 =long
mmm = ea mode =010,
rrr = source register
|
SUB_AnPlus |
The SUB instruction where the source is Dn and the destination is (An)+.
1101dddooommmrrr
where
ddd is the destination register
ooo is the opmode : 100 = byte, 101 = word , 110 =long
mmm = ea mode =011,
rrr = source register
|
SUB_d16An |
The SUB instruction where the source is Dn and the destination is d16(An).
1101dddooommmrrr
where
ddd is the destination register
ooo is the opmode : 100 = byte, 101 = word , 110 =long
mmm = ea mode =101,
rrr = source register
|
SUB_d8AnXn |
The SUB instruction where the source is Dn and the destination is d8(An,Xn).
1101dddooommmrrr
where
ddd is the destination register
ooo is the opmode : 100 = byte, 101 = word , 110 =long
mmm = ea mode =110,
rrr = source register
|
SUB_L |
The SUB instruction where the source is Dn and the destination is L.
1101dddooommmrrr
where
ddd is the destination register
ooo is the opmode : 100 = byte, 101 = word , 110 =long
mmm = ea mode =111,
rrr = 1
|
SUB_MinusAn |
The SUB instruction where the source is Dn and the destination is -(An).
1101dddooommmrrr
where
ddd is the destination register
ooo is the opmode : 100 = byte, 101 = word , 110 =long
mmm = ea mode =100,
rrr = source register
|
SUB_W |
The SUB instruction where the source is Dn and the destination is W.
1101dddooommmrrr
where
ddd is the destination register
ooo is the opmode : 100 = byte, 101 = word , 110 =long
mmm = ea mode =111,
rrr = 0
|