Why would you expect RESET to set all variables to zero?Also I find that when I press the reset button on my microcontroller, the it only goes back to the START location. It does not reset my RAM and I find I need to actually LDD $0000 and having to store it into all my variables..