4.8 Special Operators

The PIC32A architecture features a unified address space and these special operators are not required; however, a few of the operators may be useful as noted below.

Table 4-8. Special Operators [DD]
Operators*Description
paddr(label)Get 32-bit address of label in program memory.
.sizeof.(name)Get size of section name in address units.
.startof.(name)Get starting address of section name.
* You cannot use two special operators in an expression.