ARM programming book

Thread Starter

Skfir

Joined Aug 19, 2010
137
Guyz, could anyone please advise a book for ARM programming?
I red one on Assembler, but this is not enough, does anybody know any good C book on ARMs?
 

Thread Starter

Skfir

Joined Aug 19, 2010
137
Sorry, one more question: possibly you know any book on ARMs, but with basics about C programming? I know some arm assembler, know JAVA, but have no idea how does ARM C work :(
 

Flow

Joined May 30, 2010
37
If you're fluent in ASM and Java you should not have too much problem picking up ANSI C first. Get a good C book - then study the compilers manual and you should be alright.

The differences in the language between platforms/compilers are mostly cosmetic. You got to dig deeper into the processors architecture and the used compiler to recognize and work with platform specific features/restrictions.
 
Top