returneq -- tpcs return to caller (macro)
posted by mmitchel at 2/06/2004 10:25:00 AM
The following macro generates inline code to return to caller; the current state of flags within the processor status word are consulted.
macro
returneq
bxeq lr
mend
<< Home