The document discusses computer instruction formats and addressing modes. It provides details on:
- Instruction codes contain operation codes and addresses to specify operations and memory/register locations.
- There are two addressing modes - direct addressing uses the operand's address while indirect uses a pointer.
- A basic instruction format has 12 bits for the address, 1 bit for the mode, and 3 bits for the operation code.
- An instruction cycle has four phases - fetch, decode, read effective address, and execute the instruction.