See: Description
Class | Description |
---|---|
SUB_An |
The SUB and SUBA instruction where the destination is a data/address register and the source is An.
1101dddooommmrrr
where
ddd is the destination register
ooo is the opmode : 000 = byte, 001 = word , 010 =long, 011 = word SUBA, 111 = long SUB
mmm = ea mode =001,
rrr = source register
|
SUB_AnContent |
The SUB/SUBA instruction where the destination is a data/address register and the source is (An).
1101dddooommmrrr
where
ddd is the destination register
ooo is the opmode : 000 = byte, 001 = word , 010 =long, 011 = word SUBA, 111 = long SUB
mmm = ea mode =010,
rrr = source register
|
SUB_AnPlus |
The SUB/SUBAinstruction where the destination is a data/address register and the source is (An)+.
1101dddooommmrrr
where
ddd is the destination register
ooo is the opmode : 000 = byte, 001 = word , 010 =long
mmm = ea mode =011,
rrr = source register
|
SUB_d16An |
The SUB/SUBA instruction where the destination is a data/address register and the source is d16(An).
1101dddooommmrrr
where
ddd is the destination register
ooo is the opmode : 000 = byte, 001 = word , 010 =long
mmm = ea mode =101,
rrr = source register
|
SUB_d16PC |
The SUB/SUBA instruction where the destination is a data/address register and the source is d16(Pc).
1101dddooommmrrr
where
ddd is the destination register
ooo is the opmode : 000 = byte, 001 = word , 010 =long, 011 = word SUBA, 111 = long SUB
mmm = ea mode =111,
rrr =010
|
SUB_d8AnXn |
The SUB/SUBA instruction where the destination is a data/address register and the source is d8(An,Xn).
1101dddooommmrrr
where
ddd is the destination register
ooo is the opmode : 000 = byte, 001 = word , 010 =long, 011 = word SUBA, 111 = long SUB
mmm = ea mode =110,
rrr = source register
|
SUB_d8PCXn |
The SUB/SUBA instruction where the destination is a data/address register and the source is d8(PC,Xn).
1101dddooommmrrr
where
ddd is the destination register
ooo is the opmode : 000 = byte, 001 = word , 010 =long, 011 = word SUBA, 111 = long SUB
mmm = ea mode =111,
rrr =011
|
SUB_Dn |
The SUB/SUBA instruction where the destination is a data/address register and the source is Dn.
1101dddooommmrrr
where
ddd is the destination register
ooo is the opmode : 000 = byte, 001 = word , 010 =long, 011 = word SUBA, 111 = long SUB
mmm = ea mode =000,
rrr = source register
|
SUB_I |
The SUB/SUBA instruction where the destination is a data/address register and the source is Immediate data.
1101dddooommmrrr
where
ddd is the destination register
ooo is the opmode : 000 = byte, 001 = word , 010 =long, 011 = word SUBA, 111 = long SUB
mmm = ea mode =111,
rrr = 100
|
SUB_L |
The SUB/SUBA instruction where the destination is a data/address register and the source is L absolute.
1101dddooommmrrr
where
ddd is the destination register
ooo is the opmode : 000 = byte, 001 = word , 010 =long,011 = word SUBA, 111 = long SUB
mmm = ea mode =111,
rrr = 001
|
SUB_MinusAn |
The SUB/SUBA instruction where the destination is a data/address register and the source is -(An).
1101dddooommmrrr
where
ddd is the destination register
ooo is the opmode : 000 = byte, 001 = word , 010 =long, 011 = word SUBA, 111 = long SUB
mmm = ea mode =100,
rrr = source register
|
SUB_W |
The SUB/SUBA instruction where the destination is a data/address register and the source is W absolute.
1101dddooommmrrr
where
ddd is the destination register
ooo is the opmode : 000 = byte, 001 = word , 010 =long ,011 = word SUBA, 111 = long SUB
mmm = ea mode =111,
rrr = 000
|