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.
| Operators* | Description |
|---|---|
paddr() | Get 32-bit address of label
in program memory. |
.sizeof.() | Get size of section name in address units. |
.startof.() | Get starting address of section
name. |
| * You cannot use two special operators in an expression. | |
