| ??? 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 |
| 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 |



