0
659views
Explain addressing modes of ARM7TDMI.
1 Answer
0
7views

Addressing Modes for Data Processing Operands (i.e. op1)

There are two method for addressing these operands :

1. Unmodified value

In this addressing mode, the register or a value is given unmodified i.e. without any shift or rotation.

Examples:

MOV R0, # 1234 H

This instruction will move the immediate …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.