home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
High Voltage Shareware
/
high1.zip
/
high1
/
DIR19
/
SNIP0693.ZIP
/
MEMCALLS.PRG
< prev
next >
Wrap
Text File
|
1993-03-13
|
709b
|
29 lines
here's a list of all MEMORY() Parameters I know :
MEMORY(0) -> free Memory left
MEMORY(-1) -> call reorganization of SVOS for Strings and Arrays
(Static Virtual Object Stack)
MEMORY(0)+MEMORY(103) -> free memory for swapping
MEMORY(1) -> largest String-Object
MEMORY(2) -> free RUN-memory
MEMORY(3) -> size of SVOS
MEMORY(4)+MEMORY(105) -> size of available EMS Memory
MEMORY(101) -> fixed Heap-Size
MEMORY(102) -> Segments in fixed Heap
MEMORY(104) -> unused Conventional-Memory
If you find some more undocumented calls, please let us know..
Bye, Tom