Procedure control directives allow you to organize your code into procedures. The PROC and ENDP directives mark the beginning and end of a procedure. Also, PROC can automatically:
This section describes the following procedure control directives:
PROC LOCAL
ENDP