Re: A86: Porting problem...
[Prev][Next][Index][Thread]
Re: A86: Porting problem...
malluck@bellsouth.net wrote:
>
> Hi guys,
> I want to port the wav player from the 85 to the 86. Everything is
> strait forward except the program uses a line like this...
>
>
> ld hl,info
> ld de,(PROGRAM_ADDR)
> add hl,de
> ect....
> info:
> Hex stuff (wave info)
>
> What could be used inplace of these lines of code? Instead of
> (PROGRAM_ADDR)?
>
> Thanks,
> -Michael
in zshell there needed to be a place to put the program address in the
ram every time it was run (which was handled by zshell) so i think you
can omit that part of the program if im not mistaken
References: