Zikifer
Member
What is the difference between the three variable tabs? User Variables and Zero Page RAM combine together, and the only difference seems to be that a User Variable can be initialized to non-zero while a Zero Page RAM can be multiple bytes wide. And then Overflow RAM is a separate memory block where variables can be multiple bytes wide but cannot be initialized (except in code). So is the only reason to use User Variables over Zero Page RAM the fact that they can be initialized to non-zero? Are there any performance considerations? What about performance between Zero Page and Overflow? Or any other considerations when choosing Zero Page vs. Overflow?







