Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_expanded()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_EXPANDED()


Syntax:        L_EXPANDED()



Purpose:       To determine the amount of Expanded Memory in pages (if
               any) present in the system.


Arguments:     None


Returns:       An integer value.

               This value is the total number of EMM pages in the
               system.
               One page is equal to 16K.

               Multiply this returned value by 16 to determine the
               total number of kilobytes.


Usage:         Use this function ONLY after calling L_ISEMM() to
               determine if the EMM driver is present and L_EMMSTAT()
               to determine if the EMM hardware and software is operational.


Examples:      * Determine amount of expanded memory in system
               ? "Expanded memory in system: "
               ?? L_EXPANDED() * 16


Language:      Assembler

See Also: L_ISEMM() L_EMMSTAT() L_EXTENDED() L_EMMFREE()

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