How is the table instruction used and are there any special points to note ?
Answer The table instructions have two kinds, one is the TABRDC instruction, which will read data from the same page of Program Memory that the statement is located. The second is the TABRDL instruction, which will only read data from the last page of the Program Memory. To read table data, the Low Address of the data location must be first placed into the TBLP register before executing the table read instruction. The Low Byte of the read back data will be placed into the chosen register specified in the table read instruction. The High Byte will be placed into the TBLH register. Any unused bits in the high byte data will be read as 0.