Procedure Control

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:


[Back: TITLE (Specify Listing Page Title)]
[Next: PROC (Identify Code Procedure)]