28.2.73 __builtin_tblrdl
Description
Issues the tblrdl.w
instruction to read a word from Flash or EEData
memory. You must set up the TBLPAG to point to the appropriate page. To do this, you may
make use of __builtin_tbloffset()
and
__builtin_tblpage()
.
Please refer to your device data sheet or Family Reference Manual (FRM) for complete details regarding reading and writing program Flash.
Prototype
uint16_t __builtin_tblrdl(uint16_t offset);
Argument
offset
– desired memory offset
Return Value
Contents of the memory address in Flash or EEData memory.
Machine Instruction
tblrdl
Error Messages
None