Concept
Relative Addressing 0
Relative addressing is a method in computing that specifies the location of data or instructions in relation to a reference point, such as the current instruction's address. This allows for more flexible and efficient code, as it enables the movement of code without needing to update absolute addresses.
Relevant Degrees