Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Basic - <b>sub...inline define assembly language procedure</b> http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson