0% found this document useful (0 votes)
37 views1 page

Acharya Institute of Technology Bangalore - 107

This document contains assignments for a microcontroller course for the academic year 2015-16. It includes 3 assignments on microcontroller topics. Assignment 1 asks students to define a microcontroller, explain the 8051 block diagram, memory organization, and differences between microprocessor and microcontroller and RISC and CISC architectures. Assignment 2 covers addressing modes with examples and explanations of instructions. It also asks students to write a program to swap registers and explain the PSW register. Assignment 3 covers conditional jumps, call instructions, correcting instructions, and a note on stack memory.

Uploaded by

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

Acharya Institute of Technology Bangalore - 107

This document contains assignments for a microcontroller course for the academic year 2015-16. It includes 3 assignments on microcontroller topics. Assignment 1 asks students to define a microcontroller, explain the 8051 block diagram, memory organization, and differences between microprocessor and microcontroller and RISC and CISC architectures. Assignment 2 covers addressing modes with examples and explanations of instructions. It also asks students to write a program to swap registers and explain the PSW register. Assignment 3 covers conditional jumps, call instructions, correcting instructions, and a note on stack memory.

Uploaded by

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

ACHARYA INSTITUTE OF TECHNOLOGY

BANGALORE - 107
DEPARTMENT OF MECHATRONICS

Subject: Microcontroller

Academic year-2015-16

Year: 2015
Name of the Faculty: Bhagirathi
___________________________________________________________________
ASSIGNMENT 1-MC
1.Define microcontroller. Explain the block diagram of 8051.
2.Explain the memory organization of 8051 controller.
3.Diffrentiate between Harvard and Von-neumann memory architecture.
4.Diffrentiate between microprocessor and microcontroller.
5.Diffrentiate between RISC and CISC.
ASSIGNMENT 2
1. What is addressing mode ?Explain different addressing modes with
examples.
2. .Explain the operation performed by the following instructions:
3. i)DA A ii)MOVC A,@A+DPTR iii) MUL AB iv)XCHD A,@Ri v)RLC A
4. .Write a program to Swap the contents of register R7 and R6 in register
bank 0 in four different ways.
5. .Explain PSW register.
ASSIGNMENT 3
1. .explain different conditional jump and call instruction.
2. Correct the following instructions if wrong
3. i)XCHG B,@R5, i)) Mov r5,r7
4. write a note on stack memory.

You might also like