A86: Good place for a highscore ?


[Prev][Next][Index][Thread]

A86: Good place for a highscore ?




I was wondering what would be the best place
in memory for saving a highscore. I have it 
working at $F688 (8000 bytes into _asm_exec_ram)
this seems to be a safe place as it will only be 
overwritten if a program larger than 8k is loaded. It is 
however far from ideal. One idea would be to create 
a string variable and store the data in it. 

What would be the best way of solving this problem ?

/Thomas Bladh(tiberius@swipnet.se)