1.

What is correct instruction if you want the control to go to the location 2000h?(a) MOV 2000h(b) MOV A, 2000h(c) JMP 2000h(d) RET 2000hI have been asked this question in an interview for job.This is a very interesting question from Registers topic in division Processor & Memory of Computer Fundamentals

Answer»

The correct answer is (c) JMP 2000h

To EXPLAIN I would SAY: The JMP INSTRUCTION is USED to move to a particular location. In 8085 microprocessor, JMP statement tells the processor to go to location 2000h (here).



Discussion

No Comment Found

Related InterviewSolutions