Computer Science, asked by romi2781, 1 year ago

Difference between call and jump instructions in 8085

Answers

Answered by singhmahesh140
2
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.

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

Answered by Harsh951
1
A CALL instruction leaves information on the stack so that the original program ... INTRA segment direct jump- The new branch location is specified directly in the  .
Similar questions