Re: A83: High Score...


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

Re: A83: High Score...




That reads the Hscore into hl and then puts hl in op2
To save it from hl use

	ld	(Hscore),hl

/Stefan

On Mon, 11 Jan 1999, yean yean wrote:

> 
> Happy New Year !
> 
> Do you guys know a good way to save a high score ? I tried with this:
> 
> 	ld	hl,(Hscore)
> 	call	_setxxxxop2
> 
> Is it correct ? "Hscore" is a simple variable, but I saw in a source code:
> " Hscore:	.dw 0 " ???
> 
> THX,
> Jean
> 
> 
> 
> Get your FREE Email at http://mailcity.lycos.com
> Get your PERSONALIZED START PAGE at http://personal.lycos.com
> 


References: