FMA Imp Questions
FMA Imp Questions
IMP QUESTIONS
5
With the help of block diagram of 8051 microcontroller explain function of each block.
6
Write an assembly language program for 8051 to select register bank 3.
7
Explain following instructions in brief –
1. MOV A,#15H 2. RLC A 3. MUL AB 4. INC DPTR
5. ANL Direct, A
8
Define following pins of 8051 – 1. ALE 2. PSEN 3. EA
4.XTAL2 ,XTAL1 5. RST
9
Write program to load data 05H into accumulator and then transfer the same data to the register
R0 and register R1 of the register bank 1
10
Explain Addressing modes of 8051.
11
Write a difference between bit addressable and byte addressable instructions.
12
Write a program to copy an array of 16 elements from a location 30H onwards to 50H onwards.