PIC17CXX Instruction Set


TLWT


Syntax : TLWT t,i,f

Description : 1. Data from file register 'f' is written into the 16-bit
                 table latch (TBLAT).
                 If 't' is 0, the low byte is written.
                 If 't' is 1, the high byte is written.
									
              2. This instruction is used in conjuction with TABLWT to transfer  
                 data from data memory to program memory.

Function   :  If t=1 then f → TBLATH,
              If t=0 then f → TBLATL					      


Hex code : A4ff

Bit field:
1010 01tx ffff ffff

Words : 1

Cycles : 1

Affected flags : None

See also : TABLRD,   TABLWT,   TLRD
Previous    Upper level    Next