Q. What do you mean by PROC Directive?
PROC Directive: Code segment comprises executable code for a program that includes one or more procedures defined initially with PROC directive and ended with ENDP directive.
Procedure-name PROC FAR; Beginning of Procedure
Procedure-name ENDP FAR; End Procedure