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

armv7 assembly instruction

2,319 views
Skip to first unread message

vkmgeek

unread,
Dec 28, 2010, 12:59:40 PM12/28/10
to
Hi,

I am trying to debug some code and I came through "bne.n and "b.n" and
"bmi.n" like ARM assembly instructions.

I was able to find what "bne", "b", and "bmi" instruction does.... But
I am not able to understand what ".n" at the end of each instruction
means ?

I am little bit new to ARM assembly...

David Thomas

unread,
Dec 29, 2010, 6:40:27 AM12/29/10
to

The .n suffix is used in ARM UAL Thumb-2 assembly where you have a
choice of instruction encodings: 16- or 32-bit. It forces a 16-bit
encoding to be used.

Regards,
Dave

vkmgeek

unread,
Dec 31, 2010, 11:36:33 AM12/31/10
to

Thanks, can you point me to a document to refer these instructions if
I want to study them

Chuankai

unread,
Jan 23, 2011, 1:01:08 AM1/23/11
to
0 new messages