| |||
| Home > Assembler Reference > Expressions, literals, and operators > Register‑relative and program‑relative expressions | |||
A register-relative expression evaluates to a named register plus or minus a numeric constant (see MAP).
A program-relative expression evaluates to the Program Counter (PC), plus or minus a numeric constant. It is normally a label combined with a numeric expression.
The value used in program-relative addresses is:
the address of the instruction following the instruction being executed
OR 0xFFFFFFFC (this makes no
difference in ARM code)
plus or minus the numeric constant.