msc
msc

Reputation: 34608

How to decided CPU address is bit address or byte address?

I'm started learning 8051 microcontroller. In which I read about bit address and byte address. So, I have question, How to decided CPU address is bit address or byte address?

Upvotes: 0

Views: 101

Answers (1)

semaj
semaj

Reputation: 1575

Internal RAM between 0x20 and 0x2f is bit addressable along with some Special Function Registers (sfr's).

See http://www.edsim51.com/8051Notes/8051/memory.html for reference.

Upvotes: 3

Related Questions