A83: Re: Re: Re: Question
[Prev][Next][Index][Thread]
A83: Re: Re: Re: Question
Yeah that's what I meant.
----- Original Message -----
From: "Laurens Holst" <laurensh1@yahoo.com>
To: <assembly-83@lists.ticalc.org>
Sent: Thursday, January 06, 2000 03:31
Subject: A83: Re: Re: Question
> xor b ; 4 If not then do a ld b, 0? <- a equals b, *not*
b equals 0
Yes, this is the error.
But err... XOR B doesn't let A equal B... It lets A XOR B... If A=0, then
you're right (and in this case, A is indeed zero), but if it isn't this
isn't correct.
References: