You are on page 1of 1

ASSIGNMENT (module 2)

Ques1: Calculate the delay for 8085 microprocessors by using register.

Ques2: Calculate the delay for following line of code:


MVI B,00H
L2: MVI C,00H
L1: DCR C
JNZ L1
DCR B
JNZ L2

Ques3: WAP to calculate square of the any 8 bits number.

Ques4. Calculate the value of counter for half second delay by using register pair with clock
period of 0.33 micro second.

Ques5. Calculate the delay loop inside a loop by using register for inner and outer loop with
value 00H.Assume clock speed is 2MHz.

Ques6. WAP to count even numbers in a 10 numbers list available from memory location 3000.

Ques7. Calculate the delay for following loop:


LXI B, 1111h
L1: DCX B
NOP
MOV D, B
MOV A, B
ORA C
JNZ L1

Ques8. Calculate the delay for following loop:


MVI A, FFh
L1: ORA A
RAL
JNC L1

Ques 9. Discuss control flags of 8086 with example.

Ques 10. How 8086 microprocessors used as pipeline processor?

You might also like