When I write data into a Reserved SRAM address it sometimes works out well, sometimes influence on periferals.
Are there lists available what is behind a Reserved address on each AVR device?
Are all registers doing something even when you do not notice? Seems like there is more in there.
sts 0x00, XL sts 0x01, XH
Does work. (but maybe not when you use the ADC, or another timer or PIN.)