Memory available to MBasic #110
Replies: 2 comments
-
Does entering "CLEAR , 34782" help? Don =============== CLEAR Format ; CLEAR [, [expression1][ , expression2]] expression1 is a memory location which, if specified, sets the highest location available for use by BASIC-80. expression2 sets aside stack space for BASIC. The default is 256 bytes or one-eighth of the available memory, whichever is smaller. Examples : |
Beta Was this translation helpful? Give feedback.
-
How much memory does the CPM configuration show? It will show the amount of RAM it's configured for during boot. CPM is configured for a fixed amount of memory. 64K of RAM in the systems doesn't mean CPM knows about all the RAM; if the configuration is for 48K then that's all the RAM CPM will see. I'm not sure how MBASIC determines the total amount of RAM but my guess is it queries CPM for the value. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run the program wargames.bas from Retro Tech Shed and even boot from their CP/M wargames.dsk. However when entering MBasic they show 34782 bytes free and I only show 24632, leading to MBasic running out of memory when loading the .bas file. How can I make more memory available to Mbasic?
Beta Was this translation helpful? Give feedback.
All reactions