Rev. 1.50, 10/04, page 343 of 448
Example
BSR TRGET ;Branch to TRGET.
MOV R3,R4 ;MOV executed before branch.
ADD R0,R1 ;Subroutine procedure return destination (contents of PR)
.....
.....
TRGET: ;← Entry to procedure
MOV R2,R3 ;
RTS ;Return to above ADD instruction.
MOV #1,R0 ;MOV executed before branch.
Possible Exceptions:
• Slot illegal instruction exception