PIC17CXX Instruction Set


TLRD


Syntax : TLRD t,f

Description : 1. Read data from 16-bit table latch (TBLAT) into 
                 register file 'f'. Table latch is unaffected.
                 If 't' is 0, the low byte is moved.
                 If 't' is 1, the high byte is moved.
									
              2. This instruction is used in conjunction with TABLRD to 
                 transfer data from program memory to data memory.
												

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


Hex code : A0ff

Bit field:
1010 00tx ffff ffff

Words : 1

Cycles : 1

Affected flags : None

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