> Basically, you have a location within your program which you store to. >If you had a label hiscore, you could say > ld hiscore, A >to store it, and get it back next time with > ld A, hiscore NO! You forgot you have to add (PROGRAM_ADDR) or you're writing to some unknown area you most certainly don't want to be writing to.