Compare 8085 and 8086 microprocessors. Let A=454 and B=674, find the content of flag register when SUB B is performed.
Draw timing diagram of MVI B, 354 instruction with proper explanation.
Explain data transfer and arithmetic instruction.
Write codes for following statement by using zero, one and three address instructions. X = (A+B-C)(D+E*F).
Draw and explain arithmetic pipeline.
What is vector processing? Explain Flynn's classification of parallel processing.
Explain the following instructions. a) DAA b) RLC c) INX B
Attempt any TWO questions
[2x10=20]Define micro-operation, micro-instruction and micro-program. Write a program to find smallest element among block of data. The length of the block is in the memory location 2310H and block itself starts from memory location 2050H.
Draw the diagram of microprogrammed sequencer for control memory and explain it.
What is interrupt? Explain its types. Explain how matrix multiplication is carried out on a computer supporting vector computation.