Re: A83: Storing Values


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

Re: A83: Storing Values



At 02:43 PM 11/15/97 -0500, you wrote:
>Where are the "high scores" and "highest level reached" of some ASM
programs (such as Spaze Invaders >and Slippy) stored? (this is when lists
are not used) How is this done?
>  
>Thanks

In the program itself. Because programs are not written back, you must
store this data yourself. To do this, you must use the _chkfindsym call.
This will return the address of the program whose name you put in OP1, from
there add the offset to the data you want to save (you must remember to
subtract $9327 from this) and store away.

	-Andrew



References: