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>$inline declare machine code in inline procedure</b> http://www.X-Hacker.org [<<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

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