| ??? 06/17/02 06:24 Read: times |
#24540 - 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 |
| Topic | Author | Date |
| 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 |



