A86: Self Modifying Assembly Programs
[Prev][Next][Index][Thread]
A86: Self Modifying Assembly Programs
When you need to save a high score or other
information on the calc between uses, what is necessary to store the information
within the program itself?
Can you just leave some room with .db's and then
write it to that area when you want to, or does that violate some checksum or
something?
If the above doesn't work, what can you
do?
Thanks
Mark L.