[A83] Re: ChkFindSym and DispHL


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

[A83] Re: ChkFindSym and DispHL




Your code is perfect. What happens is this.

The TIOS doesn't keep variables at fixed locations. Everything moves arround
a lot, but it doesn't set bytes to zero of course, when it moves data.
That's why it seems you can find two copies of the same variable, but that
isn't the case.


----- Original Message -----
From: "Thomas Lutz" <caffeine43@netzero.net>
To: <assembly-83@lists.ticalc.org>
Sent: Monday, November 05, 2001 04:38
Subject: [A83] Re: ChkFindSym and DispHL


>
> I don't think that is the problem....here's what I did
>
>
> <code to find variable>
> ex hl,de
> B_CALL DispHL
>
> Also, when I check the two different memory locations, I see the same
data!!
> Why does it look like there are two copies of the variable in the calc?
> Could garbage collecting have something to do with it?





References: