>BC BC There == Branch on Carry == BTFSC, CARRY (2,1) GOTO There (2) >BZ BZ There == Branch on Zero == BTFSC, ZERO (2,1) GOTO There (2) imho someone should compile an online version of these macro explanations soon, because they get asked about every 2 days or so. Peter