Digital Electronics - The 8051 Microcontroller - Discussion

Discussion Forum : The 8051 Microcontroller - General Questions (Q.No. 22)
22.
Bit-addressable memory locations are:
10H through 1FH
20H through 2FH
30H through 3FH
40H through 4FH
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Sowmini said:   1 decade ago
Register Banks: 00 to 1F(32 bytes)
Bit memory: 20 to 2f(16 bytes)
Stack and for users : 30 to 7f(80 bytes)

Total: 128 bytes( internal RAM )

After Internal RAM after 80h to ffh : SFR ( addressed using Direct addressing mode )
(3)

Post your comments here:

Your comments will be displayed after verification.