If you learn ARM assemble code,  it is helpful for you to read the book "ARM
Architectual Reference Manual"
You can find that book in bookstore like Amazon, etc.

But if you just are not familliar with inline assmbler, please do as I did.
First compile it, next disasemble its object file.

        arm-linux-gcc -c -g test.c
To disassemble,
        arm-linux-objdump -S test.o

Or simply,
        arm-linux-gcc -S -c test.c

 

unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++        Please use [EMAIL PROTECTED] for           ++
++                        kernel-related discussions.                      ++

Reply via email to