Re: A86: Problem with variables
[Prev][Next][Index][Thread]
Re: A86: Problem with variables
Ohh, ouch! Thank you.
---
Andy Johnson
I think therefore I am, I think
On Thu, 15 Jan 1998 07:33:14 Grams Family <grams@netcarrier.com> writes:
>
>At 07:59 PM 1/14/98 -0700, you wrote:
>>
>>This bit of code dosen't work and I can't figure out why. Can
>anybody
>>help? The calc freezes in place when the variable exists, and turns
>off
>>then freezes when it dosent.
>>
>ldir uses BC as a counter, not just B. So instead of ld b,6, you
>should
>have ld c,6 \ ld b,0. What was happening was you were copying over
>1500
>bytes, and overwriting a bunch of system variables, messing up the
>calc.
>
>--Joshua
>
References: