BSET (Bit SET)
Bit Set
Operand Format and Number of States Required for Execution
Note:
*
The addressing mode is the addressing mode of the destination operand <EAd>.
Notes
For the @aa:8 access range, refer to the relevant microcontroller hardware manual.
<EAd> is byte data in a register or on memory.
Instruction Format
1st byte
2nd byte
3rd byte
4th byte
Register direct
BSET
#xx:3, Rd
7
0
0 IMM
rd
2
Register indirect
BSET
#xx:3, @ERd
7
D
0 erd
0
7
0
0 IMM
0
8
Absolute address
BSET
#xx:3, @aa:8
7
F
abs
7
0
0 IMM
0
8
Register direct
BSET
Rn, Rd
6
0
rn
rd
2
Register indirect
BSET
Rn, @ERd
7
D
0 erd
0
6
0
rn
0
8
Absolute address
BSET
Rn, @aa:8
7
F
abs
6
0
rn
0
8
No. of
States
Addressing
Mode
*
Mnemonic
Operands
66