SRETRN - standard function return.

Usage:

sretrn  TRANSFER_OP

Where:

TRANSFER_OP
is an optional argument indicating the opcode to be used to return to the caller. The default is "tsx1".

Description:

"sretrn" is the macro used to generate a standard function return. By default, it generates the code

tsx1  .retrn,,p.oper

for functions that do not have the software inhibit on, and

tsx1  u.retn,,p.oper

for functions that do have a software inhibit. If an opcode is specified as the TRANSFER_OP argument, it will be used instead of "tsx1".

Copyright © 1996, Thinkage Ltd.