<<< PROTO Directive | Index | Calling Procedures with INVOKE >>> |
A procedure prototype includes
procedure name
types of all parameters
(optionally) the names of parameters.
Prototypes usually are placed
at the beginning of an assembly program
or in a separate include file.
Prototypes do not include
the list of registers
prologuearg list
the scope of the procedure.
<<< PROTO Directive | Index | Calling Procedures with INVOKE >>> |