Difference between call and jump instructions in 8085
Answers
Answered by
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.
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
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