On 6/13/17 9:19 AM, John R. Hogerhuis wrote:
Thanks for the responses.I'll give some thought to a "heap". One idea would be to just allocate a heap on the stack.
Two other ideas for a "heap":1. Calculate the space between HIMEM and the start of the C program and use it. Then you could create whatever size heap you wanted by changing HIMEM.
2. Use the 320 bytes in ALTLCD space (a limited heap size). Ken
