Computer Science, asked by Subhash9187, 11 months ago

Difference in execution of 8086 intersegment and intrasegment call instruction

Answers

Answered by pavankumar221133
5

Answer:

2) CALL is an instruction that transfers the program control to a sub routine with the intention of coming back to the main program. Thus, in CALL 8086 saves the address of the next instruction in to the stack before branching to the sub routine.

Similar questions