Useful Side Effect
Some processors, such as Intel x86 and the IBM/390, have a Load effective address instruction. This performs a calculation of the effective operand address, but instead of acting on that memory location, it loads the address that would have been accessed into a register. This can be useful when passing the address of an array element to a subroutine. It may also be a slightly sneaky way of doing more calculation than normal in one instruction; for example, using such an instruction with the addressing mode "base+index+offset" (detailed below) allows one to add two registers and a constant together in one instruction. the types of addressing modes are, 1.direct addressing, 2.Immediate addressing, 3.indirect addressing, 4.simple addressing.
Read more about this topic: Addressing Mode
Famous quotes containing the words side and/or effect:
“Except that right side up is best, there is not much to learn about holding a baby. There are one hundred and fifty-two distinctly different waysand all are right! At least all will do.”
—Heywood Broun (18881939)
“We are such docile creatures, normally, that it takes a virus to jolt us out of lifes routine. A couple of days in a fever bed are, in a sense, health-giving; the change in body temperature, the change in pulse rate, and the change of scene have a restorative effect on the system equal to the hell they raise.”
—E.B. (Elwyn Brooks)