This document discusses addressing modes in computer organization. It defines addressing modes as rules for interpreting or modifying instruction addresses before referencing operands. Some computers specify the addressing mode directly in instructions, while others use a single code to indicate both operation and addressing mode. The advantages of addressing modes are to provide programming versatility through pointers, counters, and indexing, and to reduce the number of bits needed for instruction addresses. The document then describes nine common addressing modes including implied, immediate, register, register indirect, direct, indirect, relative, indexed, and base register addressing.