Hard to tell whether this belongs in this format, but there are some libraries, that only use zeropage when the code is actively running – The library doesn't store anything in zeropage and thus the space can be repurposed for other things, when the library code is not being ran. How to signify such thing and how should the loader or the library exactly behave is up to discussion
Hard to tell whether this belongs in this format, but there are some libraries, that only use zeropage when the code is actively running – The library doesn't store anything in zeropage and thus the space can be repurposed for other things, when the library code is not being ran. How to signify such thing and how should the loader or the library exactly behave is up to discussion