Re: GNU ARM Assembler - no support for SRS and RFE instructions?
- From: Eric Smith <eric@xxxxxxxxxxxx>
- Date: Thu, 28 Aug 2008 18:05:09 -0700
Michael wrote:
The GNU ARM assembler doesn't appear to support SRS and RFE which are
supported in ARM6 and higher I believe (I get "bad instruction"). I'm
using version 2.16.1 with the option -marm7tdmi when I assemble. Any
help would be greatly appreciated.
Boudewijn Dijkstra wrote:
The ARM7 doesn't support these instructions. I guess you are
confusing ARM6 with ARMv6.
Wikipedia has a table showing which cores implement which revision of
the ARM architecture, e.g., the ARM7DTMI core implements the ARMv4T
architecture.
http://en.wikipedia.org/wiki/ARM_architecture#ARM_cores
According to that table, ARMv6 architecture is only used in the ARM11
and Cortex-M1 cores, so you won't get SRS and RFE instructions in an
ARM7DTMI.
.
- References:
- GNU ARM Assembler - no support for SRS and RFE instructions?
- From: Michael
- Re: GNU ARM Assembler - no support for SRS and RFE instructions?
- From: Boudewijn Dijkstra
- GNU ARM Assembler - no support for SRS and RFE instructions?
- Prev by Date: Re: Schematics for a small form factor motherboard?
- Next by Date: Easiest Way To Get Part Library Templates For Pcb?
- Previous by thread: Re: GNU ARM Assembler - no support for SRS and RFE instructions?
- Next by thread: Re: LCD display Busy Flag
- Index(es):
Relevant Pages
|