On Tue, Jan 31, 2017 at 11:14 PM, Willard Goosey <[email protected]> wrote:
> I know BASIC files grow upwards from the bottom of RAM, and other files > grow downward from the top. Are there system pointers to the end of BASIC > files and the end of data files? > > I'm thinking of a .CO file that would need a fairly large buffer space... > Can I just put my (volatile) data in the free space between files or do I > need to formally create a file and size it before using that space? It > would NOT be ASCII data... > > And would the rules be different for an OptROM? > > If it's volatile, maybe you could allocate your data on the stack? -- John.
