Addressing mode


addressing mode

1. one of a set of methods for specifying the operand(s) for a machine code instruction. different processors vary greatly in the number of addressing modes they provide. the more complex modes described below can usually be replaced with a short sequence of instructions using only simpler modes.
the most common modes are “register” – the operand is stored in a specified register; “absolute” – the operand is stored at a specified memory address; and “immediate” – the operand is contained within the instruction.
most processors also have indirect addressing modes, e.g. “register indirect”, “memory indirect” where the specified register or memory location does not contain the operand but contains its address, known as the “effective address”. for an absolute addressing mode, the effective address is contained within the instruction.
indirect addressing modes often have options for pre- or post- increment or decrement, meaning that the register or memory location containing the effective address is incremented or decremented by some amount (either fixed or also specified in the instruction), either before or after the instruction is executed. these are very useful for stacks and for accessing blocks of data. other variations form the effective address by adding together one or more registers and one or more constants which may themselves be direct or indirect. such complex addressing modes are designed to support access to multidimensional arrays and arrays of data structures.
the addressing mode may be “implicit” – the location of the operand is obvious from the particular instruction. this would be the case for an instruction that modified a particular control register in the cpu or, in a stack based processor where operands are always on the top of the stack.
2. in ibm system 370/xa the addressing mode bit controls the size of the effective address generated. when this bit is zero, the cpu is in the 24-bit addressing mode, and 24 bit instruction and operand effective addresses are generated. when this bit is one, the cpu is in the 31-bit addressing mode, and 31-bit instruction and operand effective addresses are generated.
[“ibm system/370 extended architecture principles of operation”, chapter 5., ‘address generation’, bimodal addressing].
(1995-03-30)

Read Also:

  • Addressograph

    a machine designed for the rapid, automatic addressing of mail in large quant-ties. historical examples as a result of these suggestions, another important advance took place in addressograph development. the wonder book of knowledge various the history of the addressograph has been one of constant development. the wonder book of knowledge various and in the […]

  • Addressor

    a speech or written statement, usually formal, directed to a particular group of persons: the president’s address on the state of the economy. a direction as to the intended recipient, written on or attached to a piece of mail. the place or the name of the place where a person, organization, or the like is […]

  • Adds

    to unite or join so as to increase the number, quant-ty, size, or importance: to add two cups of sugar; to add a postscript to her letter; to add insult to injury. to find the sum of (often followed by up): add this column of figures. add up the grocery bills. to say or write […]

  • Adduce

    to bring forward in argument or as evidence; cite as pertinent or conclusive: to adduce reasons in support of a const-tutional amendment. contemporary examples one would expect lebens to adduce evidence from other cases of state sanctions. boycott the occupation, engage the settlers jerry haber december 2, 2012 historical examples we could adduce many instances […]

  • Adducent

    drawing toward, as by the action of a muscle; .


Disclaimer: Addressing mode definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.