Picomite/PicoMiteVGA V5.07.05 release candidates


Author Message
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 11746
Posted: 02:52pm 02 Oct 2022      

V5.07.05RC5

https://geoffg.net/Downloads/picomite/PicoMite_Beta.zip

MM.INFO(HEAP)
Returns the amount of MMbasic Heap memory free. MMBasic heap is used for strings, arrays and various other temporary and permanent buffers (e.g. audio)

MM.INFO(STACK)
Returns the C stack pointer. Complex or recursive Basic code may result in the error "Stack overflow, expression too complex at depth %" This will occur when the stack is below &H 2003f800. Monitoring the stack will allow the programmer to identify simplifications to the Basic code to avoid the error.

Various small tuning changes