This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Diff. between RET & RETI


What is difference between RETI and

RET?

regards,
peter.

Parents
  • What is difference between RETI and RET?

    From the Intel MCS-51 user's manual you would see that RET stands for 'RETurn' (as in from a normal function) and RETI stands for 'RETurn from Interrupt'. It should be clear when to use one or the other from this information.

    - Mark

Reply
  • What is difference between RETI and RET?

    From the Intel MCS-51 user's manual you would see that RET stands for 'RETurn' (as in from a normal function) and RETI stands for 'RETurn from Interrupt'. It should be clear when to use one or the other from this information.

    - Mark

Children