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:24
Read: times


 
#24539 - RE: Bit comparing (correction)
gil;
mov _mask,#080h
mov _z,#00h
loop:
mov a,_x
anl a,mask
mov b,a
mov a,_y
anl a,mask
xrl a,b
jz count_update
orl _z,a
;add additional code required for bit
;mismatch
count_update:
mov a,mask
rr a
jnz loop
end

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