0
6.1kviews
Explain the difference between a JMP instruction and CALL instruction.

SUBJECT: MICROPROCESSOR AND PERIPHERALS INTERFACING

TOPIC: INSTRUCTION SET AND PROGRAMMING OF 8086

DIFFICULTY: HIGH

1 Answer
0
78views

1) A JMP instruction permanently changes the program counter. A CALL instruction leaves information on the stack so that the original program execution sequence can be resumed.

2) CALL is an instruction that transfers the program control to a sub routine with the intention of coming back to the main …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.