How can I clear the TRIS(A..E) registers of a 16F877 in MPLAB v4.12.00 ? I already tried it with: "clrf TRISA" and with "movlw h'0' movwf TRISA". These opcodes work perfectly with all kind of variables but not with the TRIS(A...E) registers.