Re: A86: Problem with variables
[Prev][Next][Index][Thread]
Re: A86: Problem with variables
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
Follow-Ups:
References: