bas7qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Absolute Routine
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
CALL Absolute ([argumentlist,] integervariable%)
 
    ■ argumentlist       Arguments passed to a machine-language
                         procedure as offsets (near pointers) from the
                         current data segment.
    ■ integervariable%   The offset from the current code segment, set
                         by DEF SEG, to the starting location of the
                         procedure.
 
See Also    CALL, CALLS (Non-BASIC) for a simpler way to call
            assembly language procedures from BASIC.