Computer Science, asked by divyamunot1999, 1 year ago

disadvantages of relative addressing mode

Answers

Answered by tejaswisingh10pdtgvp
1

Addressing modes are conventions which are used in assembly language programming. They specify the way in which certain values are read in a given segment of assembly instructions.   The PC relative addressing mode is more advantageous than the direct address. It can be utilized to load a register with a value stored in the program memory at a short distance from the current instruction. It can be viewed as a special case of the 'base plus offset' addressing mode. It selects the program counter (PC) as the 'base register'.


divyamunot1999: i want disadvantages of it
Answered by niya25
0
Addressing modes
are conventions which are used in assembly language programming. They specify
the way in which certain values are read in a given segment of assembly
instructions.

The PC relative
addressing mode is more advantageous than the direct address. It can be
utilized to load a register with a value stored in the program memory at a
short distance from the current instruction. It can be viewed as a special case
of the 'base plus offset' addressing mode. It selects the program counter (PC)
as the 'base register'.


divyamunot1999: disadvantages of it plzzz
Similar questions