Re: A86: Re: self-modifying code


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

Re: A86: Re: self-modifying code





In a message dated 5/21/98 20:48:19, you wrote:

>
>
> ld hl,prog_name
>
> rst 20h
>
> rst 10h
>
> ld de,hiscore-$d748
>
> add hl,de            ;this wont work if its spread over more than one page
>
> 
>
>now load the code from hiscore into the program


what's $d748 for?  a ram address to store the variable?


Follow-Ups: