Question about _free
Mike Green
Posts: 23,101
Is there any documentation on just where the stack and free memory are located in RAM? In many systems, the stack begins at the end of the program and extends towards higher addresses while free memory begins at the last address and extends towards the stack. In other systems, the opposite is true. I'm interested in that I'm trying to set up an overlay system that allows video, keyboard, and mouse operation to continue while switching between SPIN programs. The video buffers and some control information will need to be allocated in "free" memory so they can continue to be referenced by various I/O cogs.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
...