I have a PBDOS application thet eventually runs out of memory
after it has been used for a few hours. The program starts out
with 74k of free data space (FRE(-1)). The number keeps getting
smaller as the program runs different portions of the code.
What causes the number to keep getting smaller?
Is there a way to get the memory back?
How can I make the program smaller?
------------------
after it has been used for a few hours. The program starts out
with 74k of free data space (FRE(-1)). The number keeps getting
smaller as the program runs different portions of the code.
What causes the number to keep getting smaller?
Is there a way to get the memory back?
How can I make the program smaller?
------------------
Comment