Computer Science, asked by Sahilkhambalkar711, 2 days ago

Explain the instruction CALL and RET of 8085 in brief.​

Answers

Answered by kritika9rajput
0

Answer:

Call Instructions – The call instruction transfers the program sequence to the memory address given in the operand. Before transferring, the address of the next instruction after CALL is pushed onto the stack. Call instructions are 2 types: Unconditional Call Instructions and Conditional Call Instructions.

Explanation:

Similar questions