

InterviewSolution
Saved Bookmarks
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 |
|