<<< The PROC Procedures | Index | PROC Directive Format >>> |
At a minimum procedures require:
label at the start of the procedure
RET instruction at the end.
The RET instruction is normally placed immediately before the ENDP directive:
label PROC . . . RET constant label ENDP
<<< The PROC Procedures | Index | PROC Directive Format >>> |