Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Learning ARM assembler for the latest ARM models

13 views
Skip to first unread message

Terje Slettebø

unread,
Nov 26, 2009, 5:01:57 PM11/26/09
to
Hi all.

In the "Learning ARM assembly" thread, links to quite a few resources
on learning ARM assembly was given. Yet, from what I can tell, there's
precious little in the way of tutorials for the latest ARM models. The
latest ARM models (ARMv7) have classes of instructions like the
following:

- SIMD/NEON
- VFP
- Saturating instructions
- Long multiply instructions

In none of the tutorials I've come across have these been covered, so
I was wondering if anyone knows any educational resources (even books)
that deals with these classes of instructions?

Unlike the "base instruction set" of the ARM, many of the new ones are
highly specialised, where it may not at all be obvious what a given
instruction is useful for, so any pointers are appreciated.

By the way, any resources on OMAP programming would also be
appreciated (beyond what can be found at the TI site).

Regards,

Terje

Ron

unread,
Nov 27, 2009, 8:59:24 PM11/27/09
to
In message <c9f8aa24-dbc6-4c67...@e27g2000yqd.googlegroups.com>
Terje Sletteb� <tsle...@gmail.com> wrote:

> Hi all.
>
> In the "Learning ARM assembly" thread, links to quite a few resources
> on learning ARM assembly was given. Yet, from what I can tell, there's
> precious little in the way of tutorials for the latest ARM models. The
> latest ARM models (ARMv7) have classes of instructions like the
> following:
>
> - SIMD/NEON
> - VFP
> - Saturating instructions
> - Long multiply instructions

http://forums.arm.com/index.php?showtopic=13836

seems active, maybe ask there.

Ron M

Terje Slettebø

unread,
Nov 28, 2009, 6:26:24 AM11/28/09
to
On 28 Nov, 02:59, Ron <b...@woosh.co.nz> wrote:
> http://forums.arm.com/index.php?showtopic=13836
>
> seems active, maybe ask there.

Thanks for the tip, I'll check that up. Also, I found when doing a
search at Amazon that, finally, several new books on ARM assembly have
been published, I have the ARMv7 Architecture Reference Manual, and
it's a great reference, but it doesn't teach you how to make effective
use of the new ARM models (and SoCs), and the books and tutorials I've
found so far on this topic have only covered up to ARMv3 or so.

Regards,

Terje

Ron

unread,
Nov 28, 2009, 7:06:41 AM11/28/09
to
In message <a51abc9d-24d8-4156...@j14g2000yqm.googlegroups.com>
Terje Sletteb� <tsle...@gmail.com> wrote:

<snip>


> I have the ARMv7 Architecture Reference Manual, and
> it's a great reference, but it doesn't teach you how to make effective
> use of the new ARM models (and SoCs), and the books and tutorials I've
> found so far on this topic have only covered up to ARMv3 or so.

By the Armv7 manual do you mean the Armv7-A and Armv7-R edition?

You have to do (a free) registration to download that. (Firefox)

From the Arm site, they state they are hand coding a neon interface
for the OpenMAX application layer, and OpenMAX apppears to be huge in
all types of media support.

Ron M

Terje Slettebø

unread,
Nov 28, 2009, 7:41:24 AM11/28/09
to
On 28 Nov, 13:06, Ron <b...@woosh.co.nz> wrote:
> In message <a51abc9d-24d8-4156-b0f5-e6c13d5bd...@j14g2000yqm.googlegroups.com>

>           Terje Slettebø <tslett...@gmail.com> wrote:
>
> > I have the ARMv7 Architecture Reference Manual, and
> > it's a great reference, but it doesn't teach you how to make effective
> > use of the new ARM models (and SoCs), and the books and tutorials I've
> > found so far on this topic have only covered up to ARMv3 or so.
>
> By the Armv7 manual do you mean the Armv7-A and Armv7-R edition?
>
> You have to do (a free) registration to download that. (Firefox)

Yes, as I said, I have that one (the ARMv7-A manual), but apart from
defining how instructions work, it doesn't cover what they may
actually be used for. It's like the difference between learning about
classes and hierarchies, and learning about OO programming.

Unfortunately I found that the recently published books either covered
just the fundamentals of ARM programming, or, amazingly enough,
despite being recently published, only covered up to ARMv4.

> From the Arm site, they state they are hand coding a neon interface
> for the OpenMAX application layer, and OpenMAX apppears to be huge in
> all types of media support.

Interesting, that's good.

Regards,

Terje

Ron

unread,
Dec 5, 2009, 10:39:11 PM12/5/09
to
In message <aeef7785-d897-45a6...@f16g2000yqm.googlegroups.com>
Terje Sletteb� <tsle...@gmail.com> wrote:

> > From the Arm site, they state they are hand coding a neon interface
> > for the OpenMAX application layer, and OpenMAX apppears to be huge in
> > all types of media support.
>
> Interesting, that's good.
>

Marvell have got this armada 510 coming out early 2010.

http://www.windowsfordevices.com/images/stories/marvell_armada510_devkit.jpg

The diagram states FPU v.3 but in the specifications it's only VFP.
The Armada range seems to be CortexA8 compatible instead of Xscale.
Not Neon though, they are using Intel's WMMX2.

Cheers, Ron M

0 new messages