Thread
:
Learn Programming - asm on arm
View Single Post
lcuk
2009-02-23 , 16:40
Posts: 1,635 | Thanked: 1,816 times | Joined on Apr 2008 @ Manchester, England
#
20
let me backup lardman's assertion about c.
I use it every day onboard the device and writing in it gives me 2 very important things after compilation:
(1) very close to asm performance
(2) code reuse, the same things I write in c are recompilable on arm and x86
that simply is not possible with asm.
Also, if whilst learning all about c you NEED an algorithm coding in asm (just like pascal) you can do inline asm directly with your c file and GCC will magically make it for you!
You should be well past your "why" things work, just translate your pascal thinking slightly and you end up with c code.
by the way, am I the only one who can smell something?
__________________
liqbase
sketching the future.
like what i say? hit the Thanks, thanks!
twitter.com/lcuk
Quote & Reply
|
lcuk
View Public Profile
Send a private message to lcuk
Find all posts by lcuk