Reference Guide

82 Chapter 4
Assembler Directives and Pseudo-Operations
.ENTER and .LEAVE Pseudo-Operations
Example
This example shows the placement of the .ENTER and .LEAVE
pseudo-operations.
.SPACE $TEXT$
.SUBSPA $CODE$
entrypt
.PROC
.CALLINFO
.ENTER
SH1ADD %arg0,%arg1,%ret0
.LEAVE
.PROCEND
.EXPORT entrypt,ENTRY
.END