Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Foxlib v1.0 - <b>extmem</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
EXTMEM

Syntax:                 EXTMEM

Use:                    To determine the amount of extended memory.

Parameters:             EXTMEM

Returns:                The first five characters in the sending parameter
                        will have the amount of extended memory installed
                        on the computer system.  If you did not pass the
                        parameter correctly (e.g. FOXLIB = "ZXTMEM"), your
                        sending parameter will be unchanged.

Example:                . load c:\FOXLIB\extmem
                        . FOXLIB = "EXTMEM"
                        . call extmem with FOXLIB
                        . ?RTRIM(FOXLIB)
                        3072
                        . rele modu extmem

                        From this example, there is 3072K of extended
                        memory installed on the computer system.  Notice the
                        FOX function RTRIM being used here to remove any
                        trailing spaces.

See Also: CONVMEM

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