ARETRN - abbreviated function return.

Usage:

aretrn  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:

"aretrn" returns from a function which was entered via "aentry". By default, it generates the code

tsx1  ,,p.ret

If TRANSFER_OP is specified, it will be used instead of "tsx1". For example,

aretrn  tsx2

generates

tsx2  ,,p.ret

Copyright © 1996, Thinkage Ltd.