Definitions for "Relative addressing"
In programming, the specifcaton of memory location by using an expression to calculate the address, rather than explicaitly specifying the location by using its address.
an addressing mechanism in which the address of the target location is given by the contents of a specific register and an offset held as a constant in the instruction, added together. [SILC99
linking to another page on the same website through a local address rather than a URL: for instance, a link back to the homepage might take the form A HREF=/home.htmHome page/A.