Digital Electronics - The 8051 Microcontroller - Discussion

Discussion Forum : The 8051 Microcontroller - General Questions (Q.No. 8)
8.
This statement will set the address of the bit to 1 (8051 Micro-controller):
SETB 01H
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
26 comments Page 3 of 3.

Prashant said:   1 decade ago
Only SETB instruction is used to set flag bit.

Dinesh said:   1 decade ago
01H is address of r1 register of bank0 ..... which is not a bit addressable

Ashok said:   1 decade ago
Yes it is correct.

Dinesh said:   1 decade ago
Because there is no address specified.

Rahul said:   1 decade ago
SETB instruction is used to set flag bit not to set addrress bit.

Hope said:   1 decade ago
Why? I'm not getting the answer.


Post your comments here:

Your comments will be displayed after verification.