Thread
:
Learn Programming - asm on arm
View Single Post
Matan
2009-02-23 , 05:06
Posts: 1,224 | Thanked: 1,763 times | Joined on Jul 2007
#
12
C is no compromise. If you never programmed in assembly (or C, C++, python, perl) then your assembly code is not going to be faster than your C code for anything more useful then a countdown loop, for at least a few years. By then, even ARM might be superscalar and out of order, so you will need to start optimizing your super fast code all over again.
If you do want to learn ARM assembly (it is useful for a lot of things, just not for speed), you need the ARM ARM, since that is the standard text.
Quote & Reply
|
Matan
View Public Profile
Send a private message to Matan
Find all posts by Matan