You are on page 1of 1

CO250 Microprocessors and Interfacing Endsem Exam 19-Apr-2017

1. How many memory locations can be addressed by a microprocessor with 14 addresslines? (1)

2. The no. of address lines required to address a memory of size 32 K is___________________(1)

3. What is Microprocessor? Give the power supply & clock frequency of 8085 (2)

4. Specify the number of registers and memory cells required in a 128 x 4 memory chip? (2)

5. Explain the various segment registers in 8086. (4)

6. List the four instructions which control the interrupt structure of the 8085 microprocessor. (4)

7. What is the difference between the shift and rotate instructions? (2+2)

8. The program given below is run on an 8085 based microprocessor system. Determine the contents of the
registers: A, B, C, E after a halt instuction is executed. (1+1+1+1)

MVI B,04
MOV C, B
DCR C
LABEL2: MOV E, C
SUB A
LABEL1: ADD B
DCR E
JNZ LABEL1
MOV B, A
DCR C
JNZ LABEL2
STA 0000H
HLT

9. List out the categories of the 8085 instructions. Give examples of the instructions for each group. (3+3)

10. Write instructions to load the hexadecimal numbers 65H in register C, and 92h in the accumulator A
.Display the number 65H at PORT0 and 92H at PORT1? (6)

11. Explain the flags in 8086 microprocessor? (8)

12. Write assembly instruction to calculate the sum of series of numbers. (2+3+3)

a. The length of the series is in memory location 4200H and the series begins from memory location 4201H.

b. Consider the sum to be 8 bit number. So, ignore carries. Store the sum at memory location 4300H.

c. Consider the sum to be 16 bit number. Store the sum at memory locations 4300H and 4301H.

You might also like