Re: A86: Porting problem...
[Prev][Next][Index][Thread]
Re: A86: Porting problem...
On Tue, 28 Oct 1997 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
Just eliminate the lines with (PROGRAM_ADDR) and "add hl,de". They were
used to let ZShell programs adjust to changing memory locations. On the
86, all programs execute in _asm_exec_ram.
--------
Dan Eble <eble@cis.ohio-state.edu>
(http://www.cis.ohio-state.edu/~eble)
"Behold, how great a matter a little fire kindleth!" - James 3:5
References: