ARM Instruction Set
#1

[attachment=9108]
ARM Instruction Set
Main features of the ARM Instruction Set

* All instructions are 32 bits long.
* Most instructions execute in a single cycle.
* Every instruction can be conditionally executed.
* A load/store architecture
• Data processing instructions act only on registers
– Three operand format
– Combined ALU and shifter for high speed bit manipulation
• Specific memory access instructions with powerful auto-indexing addressing modes.
– 32 bit and 8 bit data types
 and also 16 bit data types on ARM Architecture v4.
– Flexible multiple register load and store instructions
* Instruction set extension via coprocessors
Processor Modes
* The ARM has six operating modes:
• User (unprivileged mode under which most tasks run)
• FIQ (entered when a high priority (fast) interrupt is raised)
• IRQ (entered when a low priority (normal) interrupt is raised)
• Supervisor (entered on reset and when a Software Interrupt instruction is executed)
• Abort (used to handle memory access violations)
• Undef (used to handle undefined instructions)
* ARM Architecture Version 4 adds a seventh mode:
• System (privileged mode using the same registers as user mode)
The Registers
* ARM has 37 registers in total, all of which are 32-bits long.
• 1 dedicated program counter
• 1 dedicated current program status register
• 5 dedicated saved program status registers
• 30 general purpose registers
* However these are arranged into several banks, with the accessible bank being governed by the processor mode. Each mode can access
• a particular set of r0-r12 registers
• a particular r13 (the stack pointer) and r14 (link register)
• r15 (the program counter)
• cpsr (the current program status register)
and privileged modes can also access
• a particular spsr (saved program status register)
Register Organisation
Accessing Registers using ARM Instructions

* No breakdown of currently accessible registers.
• All instructions can access r0-r14 directly.
• Most instructions also allow use of the PC.
* Specific instructions to allow access to CPSR and SPSR.
* Note : When in a privileged mode, it is also possible to load / store the (banked out) user mode registers to or from memory.
• See later for details.
The Program Status Registers (CPSR and SPSRs)
The Program Counter (R15)

* When the processor is executing in ARM state:
• All instructions are 32 bits in length
• All instructions must be word aligned
• Therefore the PC value is stored in bits [31:2] with bits [1:0] equal to zero (as instruction cannot be halfword or byte aligned).
* R14 is used as the subroutine page link register (LR) and stores the return address when Branch with Link operations are performed,
calculated from the PC.
* Thus to return from a linked branch
• MOV r15,r14
or
• MOV pc,lr
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: ppt randomized instruction set emulation, instruction set of 8086 microprocessor with examples, instruction set of 89s52, instruction set for lpc2148, explicitely parallel processing instruction computer, instruction set architecture, arm lpc 2148 instruction set,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
ARM Instruction Set - by seminar class - 25-02-2011, 09:19 AM
RE: ARM Instruction Set - by seminar paper - 15-03-2012, 02:27 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  microcontrollers based on CISC architecture. RICS stands for Reduced Instruction Set seminar surveyer 2 3,189 01-11-2012, 01:13 PM
Last Post: seminar details
Thumbs Up Jini - advanced set of network protocols computer science crazy 2 4,236 25-11-2011, 09:36 AM
Last Post: seminar addict
  ARM architecture seminar class 3 2,433 26-09-2011, 02:24 PM
Last Post: seminar addict
  Reduced Instruction Set Computer (RISC) processor project report helper 0 1,875 22-10-2010, 04:06 PM
Last Post: project report helper
  Fuzzy set theory seminar surveyer 0 2,068 12-10-2010, 04:08 PM
Last Post: seminar surveyer
  randomised instuction set emulation nit_cal 0 1,018 30-10-2009, 04:07 PM
Last Post: nit_cal

Forum Jump: