PIC16CXX Instruction Set


TRIS


Syntax : TRIS f

Description :The contents of W register are loaded into TRIS register 'f'.
             (where f = 5,6 or 7)       

Function : W → TRIS register 'f'.

Hex code : 006f

Bit field:
00 0000 0110 0fff

Words : 1

Cycles : 1

Affected flags : None

See also :   OPTION
Previous    Upper level    Next