[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
SUB...INLINE Define Assembly Language Procedure
SUB procname INLINE
.
. [$INLINE statements]
.
END SUB
Defines a procedure consisting of one or more $INLINE statements.
--------------------------------------------------------------------------
Notes: Formal parameters are not included in the INLINE procedure
definition.
The INLINE procedure definition may include any number of
$INLINE statements. The only limitation is that no more
than 16 COM files may be specified.
The assembly language code does not need to include RETURN
statements. The compiler provides its own return to the
next statement.
Procedures may be defined anywhere in a source program.
Execution flow does not need to be directed through (or
around) the procedure definition.
Do not jump into or out of a procedure definition with
GOTO, GOSUB, or RETURN.
See Also:
$INLINE
CALL
SUB...END SUB
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson