Have any of you received a Warning [224] for the 16C84 when using a TRIS command?? I have successfully assembled an file for the 16C54 w/ no warnings or errors, but if I change the assembler directives for a 16C84 the following warning is found whenever a TRIS is used. -+-+-+-+-+-+-+ .LST OUTPUT SAMPLE -+-+-+-+-+-+-+-+ 00DF 3000 00408 MOVLW B'00000000' ; Set SDA, SCL as outputs Warning[224]: Use of this instruction is not recommended. 00E0 0066 00409 TRIS RB -+-+-+-+-+-+-+ END OF SAMPLE -+-+-+-+-+-+-+-+ Peter J. Cesarz