[A83] Re: Application Memory Access


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

[A83] Re: Application Memory Access



It would be helpful to see how you tried to use ldir and the memory you
used.

corey
----- Original Message -----
From: "Dan Weiss" <dwedit@hotmail.com>
To: <assembly-83@lists.ticalc.org>
Sent: Tuesday, March 11, 2003 5:15 PM
Subject: [A83] Re: Application Memory Access


> There should be no problems with:
>
> ld hl,picture
> ld de,appbackupscreen
> ld bc,768
> ldir
> ret
>
> Picture:
> ;insert a bunch of .dbs here
>
> Do you have your .org address?  It should copy from the APP space to
> appbackupscreen.  Don't use romcalls to get data from an app.
>
>
> _________________________________________________________________
> MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
> http://join.msn.com/?page=features/virus
>
>
>





References: