Computer Science, asked by prettymuch6310, 11 months ago

Difference between jump and call instruction in 8085 microprocessor

Answers

Answered by dia190
0

Answer:

hey mate here is your answer

The main difference is: JMP performs a jump to a location, without doing anything else. CALL pushes the current instruction pointer on the stack (rather: one after the current instruction), and then JMPs to the location. With a RET you can get back to where you were.

Similar questions