Advanced Embedded Systems Question:
Download Questions PDF

Do you know of the 128-byte internal RAM how many bytes are bit addressable?

Advanced Embedded Systems Interview Question
Advanced Embedded Systems Interview Question

Answer:

☛ Only 16 bytes of the 128 bytes of RAM are bit addressable.
☛ The bit addressable RAM locations are 20H to 2FH.
☛ They are addressed as 0 to 127 (decimal) or 00 to 7F.
☛ Also the internal RAM locations 20 to 2FH are both byte and bit addressable.
☛ These 16 bytes can be by single bit instructions using only direct addressing mode.

Download Advanced Embedded Systems Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me how to create a child process in linux?Tell me how much time is required by an instruction for execution in 8051?