Lesson on Addressing Modes Continued....
The effective address of the operand is the contents of a register specified in the instruction.
The amount of incrementation depends on the size of the operands. If the operand is of 1 Byte it increments by 1, if the operands are of 4 bytes it increments by 4.
The contents of a register specified in the instruction are first automatically decremented and are then used as the effective address of the operand.
Assembler syntax : -(Ri)Addressing function : Decrement Ri;
EA =[Ri]
In this mode, the operands are accessed in the descending order
Programs
Lesson on Addressing Modes << Previous
Next >> Stacks
Support us generously: contact@lessons2all.com
Our aim is to provide information to the knowledge seekers.