KEMBAR78
Microcontroller Assignment 3 | PDF
0% found this document useful (0 votes)
22 views1 page

Microcontroller Assignment 3

The document outlines an assignment focused on the 8051 Microcontroller, detailing various tasks such as describing addressing modes, finding the largest number in a memory range, sorting numbers, and performing arithmetic operations. It also includes questions about timer/counter operations, TMOD register configuration, and programming to generate a square wave. The assignment requires both theoretical explanations and practical assembly language programming skills.

Uploaded by

Suvojit Ghosh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views1 page

Microcontroller Assignment 3

The document outlines an assignment focused on the 8051 Microcontroller, detailing various tasks such as describing addressing modes, finding the largest number in a memory range, sorting numbers, and performing arithmetic operations. It also includes questions about timer/counter operations, TMOD register configuration, and programming to generate a square wave. The assignment requires both theoretical explanations and practical assembly language programming skills.

Uploaded by

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

MICROCONTROLLER ASSIGNMENT-iii

1. Describe the addressing mode of 8051 Microcontroller. [6]


2. Ten 8bit number are present in memory location 8000H to 8009H. Find the largest
number and store the result in the memory location 800AH. [5]
3. Ten 8bit numbers are present in the memory location 8000H to 8009H . Arrange the
number in Ascending order. [5]
4. Ten 8bit numbers are present in the memory location 8000H to 8009H . Arrange the
number in descending order. [5]
5. Six 8bit number are present in the memory location 9000H to 9005H. Add the number
and store the result in 9006H and 9007H. [5]
6. Describe the operation of timer/counter of 8051 Microcontroller. [5]
7. Explain the bit configuration of TMOD register. [5]

8. Write an assembly language program to generate a 1KHz Square Wave from P1.1 using
Timer 0. The duty cycle of it is 50% & the oscillator frequency is 12MHz.[6]

9. Explain the bit configuration of the Tcon registor. [5]

You might also like