Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/17/02 06:20
Read: times


 
#24538 - RE: Bit comparing
Easy:

C= A exor B

if bits are equals Cx=0, if not Cx=1

In code:

MOV A,reg1
XRL A,reg2
MOV reg3,A

List of 11 messages in thread
TopicAuthorDate
Bit comparing            01/01/70 00:00      
RE: Bit comparing (correction)            01/01/70 00:00      
RE: Bit comparing            01/01/70 00:00      
RE: Bit comparing (correction)            01/01/70 00:00      
RE: Bit comparing (correction)            01/01/70 00:00      
RE: Bit comparing (correction)            01/01/70 00:00      
RE: Bit comparing            01/01/70 00:00      
RE: Bit comparing            01/01/70 00:00      
RE: Bit comparing (correction),error            01/01/70 00:00      
RE: Bit comparing ,error Pranav            01/01/70 00:00      
RE: Bit comparing : Peter            01/01/70 00:00      

Back to Subject List