What are the 5 types of addressing modes?
- ishitajuneja01
- May 15, 2023
- 1 min read

Addressing mode in computer architecture is a topic that every programmer should know!
The operation field of the computer instructions specifies all types of operations that you need to perform. They should be executed in the data stored in the required address modes
Though, if you want to know knits and grits about the concept of address modes and its various types, you are on the right blog post.
Let’s get started!
Addressing Mode - An Overview
The term addressing mode is one of the most essential terms that is being used in computer fundamentals and programming. This term addressing mode is defined as the way where the instructions of an operand are specified. The addressing mode will specify the rules to interpret or modify the address field before an instruction is executed.
Addressing mode for the instructions are basically divided into two parts which are:
Addressing mode for branch
Addressing mode for data
Basically the addressing modes in computer architecture helps us specify the way an operand’s address will be represented as per the required instructions. Some of the addressing modes will also allow a large range of areas like a linear array of addresses with the list of other addresses.
Comments