Bitwise operators and registersOr: [code]REGx |= BITx //turn on REGx &= ~BITx //turn off[/code] It should be evaluated a little fas...
This user does not accept Private Messages