0% found this document useful (0 votes)
246 views5 pages

MPMC-UNIT-4 Notes

The document discusses topics related to microprocessors and microcontrollers including the 8051 microcontroller. It provides questions about differentiating microprocessors and microcontrollers, listing features of the 8051, describing the bit addressable registers and interfacing external memory. It also lists the addressing modes of the 8051, discusses alternate functions of port-3 pins, describes internal RAM organization, and provides examples of assembly language programs to find averages, count bits, and perform division.

Uploaded by

Sasi Bhushan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
246 views5 pages

MPMC-UNIT-4 Notes

The document discusses topics related to microprocessors and microcontrollers including the 8051 microcontroller. It provides questions about differentiating microprocessors and microcontrollers, listing features of the 8051, describing the bit addressable registers and interfacing external memory. It also lists the addressing modes of the 8051, discusses alternate functions of port-3 pins, describes internal RAM organization, and provides examples of assembly language programs to find averages, count bits, and perform division.

Uploaded by

Sasi Bhushan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

LAKIREDDY BALI REDDY COLLEGE OF ENGINEERING (AUTONOMOUS)

L.B.Reddy Nagar :: Mylavaram – 521 230 :: Krishna Dist.:: A.P.


MICROPROCESSORS AND MICROCONTROLLERS- 17EC22

UNIT-IV
1. Differentiate between Microprocessor and Microcontroller.

2. List out the features of 8051 microcontroller.

3. Summarize the bit addressable registers of 8051 microcontroller.

Page 1 of 5
4. Interface 4KB EPROM and 8KB RAM with 8051. The EPROM address starts at
0000H and RAM address starts at 8000H.

5. Describe the interfacing of external memory with 8051 microcontroller.

Page 2 of 5
6. Interface 16KB EPROM and 16KB RAM with 8051. The EPROM address starts at
0000H and RAM address also starts at 0000H.

7. List out various addressing modes supported by 8051 microcontroller with


suitable examples.

• Direct Addressing Mode


• Indirect Addressing Mode
• Register Instructions
• Register Specific (Register Implicit)
• Immediate Mode
• Indexed Addressing Mode

Page 3 of 5
8. Discuss the alternate functions of port-3 pins of 8051 microcontroller.

9. Discuss the internal RAM organization of the 8051.

Page 4 of 5
10. Develop an assembly language program to find average of two eight bit numbers

11. Develop an assembly language program to count the number of 1s and 0s in given
byte of data.

12. Develop a program by using 8051 instructions to divide an 8-bit number present
at memory location 8000H with number present at address 8001H and store the
quotient at the memory location 8020 and remainder at memory address 8021H.

Page 5 of 5

You might also like