answersLogoWhite

0


Best Answer

a powerful feature of 8051 I/O ports is their capability to access individual bits of the port without altering the rest of the bits in that port. of the four 8051 ports we can access either the entire 8 bits or any single bit without altering the rest

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the advantage of bit addressability for 8051 ports?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the advantage of bit-addressability for 8051 ports?

a powerful feature of 8051 I/O ports is their capability to access individual bits of the port without altering the rest of the bits in that port. of the four 8051 ports we can access either the entire 8 bits or any single bit without altering the rest


8051 pin diagram pin description?

The Intel 8051 is an 8-bit microcontroller which means that most available operations are limited to 8 bits. There are 3 basic "sizes" of the 8051: Short, Standard, and Extended. The Short and Standard chips are often available in DIP form, but the Extended 8051 models often have a different form factor, and are not "drop-in compatable". All these things are called 8051 because they can all be programmed using 8051 assembly language, and they all share certain features (although the different models all have their own special features). Some of the features that have made the 8051 popular are: * 8-bit data bus * 16-bit address bus * 32 general purpose registers each of 8 bits * 16 bit timers (usually 2, but may have more, or less). * 3 internal and 2 external interrupts. * Bit as well as byte addressable RAM area of 16 bytes. * Four 8-bit ports, (short models have two 8-bit ports). * 16-bit program counter and data pointer 8051 models may also have a number of special, model-specific features, such as UARTs, ADC, OpAmps, etc...


Is ther some inbuilt facility in 8051 microcontroller to interface it with other peripheral devices or peripheral interface like 8255 should be used along with it?

The 8051 can directly interface with a number of I/O. The 8255 just gives you the abilty to access 3 eight bit ports using a minimum number of control bits from the 8051


Why 8051 is called 8 bit micro controller?

A: Because it can only control 8 bits of data.


What is the 16 bit register in the 8051?

pc and stack pointer


What is the external data memory capacity of 8051 and why?

65536 bytes, because the 8051 family has a 16 bit external address buss.


Why 8051 is called 8 bit?

Because its a microcontroller with an 8 bit data bus width.


How do you add and subtract 16 bit numbers using 8051 microprocessor?

The 8051 is a microcontroller, not a microprocessor. To add or subtract, use the ADD or SUBB opcodes.


What is psw in 8051?

It is program status register.It i 8 bit ,bit addressable register.It consists of four maths flag.


Size of stack memory and stack pointer register in 8051 microprocessor?

8 bit


Advantages of at89c51 microcontroller over 8051 microcontroller?

the 8051 microcontrroller is the name doesnt matter easy or not....but the maiin and imp diff between both is at89s51 represents the 8051 chip no....along with the name of company i.e atmel, so all n all both are same thing ...... 89c51 have RISC architecture and contains less no of opcodes which are easy for programming. so iti is preferred than 8051.


Write a program to add two 8 bit numbers in microprocessor 8051?

write it in 8085