
CLR ACC    ;seems to clear only A.0 bit
CLR A      ;seems to clear all Acc bits
CLR B      ;seems to clear only B.0 bit
????       ;can I use CLR to clear all B bits or
           ;do I have to use mov B, #0
