See: Description
Class | Description |
---|---|
SUBQ_An |
The SUB instruction where destination is An.
|
SUBQ_AnPlus |
The SUBQ instruction where destination is (An)+.
0101ddd1ssmmmrrr
where ddd= data (0=8)
ss= size (00=byte, 01 = word, 10 = long )
mmm = ea mode =011,
rrr = ea reg
|
SUBQ_AnPtr |
The SUBQ instruction where destination is (An).
0101ddd1ssmmmrrr
where ddd= data (0=8)
ss= size (00=byte, 01 = word, 10 = long )
mmm = ea mode =010,
rrr = ea reg
|
SUBQ_d16An |
The SUBQ instruction where destination is d16(An).
0101ddd1ssmmmrrr
where ddd= data (0=8)
ss= size (00=byte, 01 = word, 10 = long )
mmm = ea mode =101,
rrr = ea reg
|
SUBQ_d8AnXn |
The SUBQ instruction where destination is d16(An).
0101ddd1ssmmmrrr
where ddd= data (0=8)
ss= size (00=byte, 01 = word, 10 = long )
mmm = ea mode =110,
rrr = ea reg
|
SUBQ_Dn |
The SUBQ instruction where destination is Dn.
0101ddd1ssmmmrrr
where ddd= data (0=8)
ss= size (00=byte, 01 = word, 10 = long )
mmm = ea mode =0,
rrr = ea reg
|
SUBQ_L |
The SUBQ instruction where destination is .W absolute.
|
SUBQ_MinusAn |
The SUBQ instruction where destination is -(An).
|
SUBQ_W |
The SUBQ instruction where destination is L absolute).
0101ddd1ssmmmrrr
where ddd= data (0=8)
ss= size (00=byte, 01 = word, 10 = long )
mmm = ea mode =010,
rrr = ea reg
|