[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
$INLINE                  Declare Machine Code in Inline Procedure

 $INLINE {[bytelist] | [filespec]}

    Specifies machine instructions in an inline procedure (a procedure
    defined by SUB...INLINE).

    bytelist    A comma-delimited list of integers in the range 0 to 255.

    filespec    A string literal that follows DOS file-naming conventions.

   --------------------------------------------------------------------------

      Notes:    $INLINE statements may occur only within a SUB...INLINE
                construct.

                The code provided via $INLINE must be relocatable and must
                preserve and restore the SS, SP, BP, and DS registers.

See Also: SUB...INLINE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson