I am interested in writing some cell phone apps in ARM assembly language. I would like to write them for Apple I phone 6 and Android Samsung S5. I am very familiar with writing in Assembly language on the IBM main frame and X86 personal computers. What learning materials are available from ARM to help me learn ARM assembly language. I also need to know the software and hardware required to assemble the apps.
Hi,
I think writing the whole application in asm is bit time consuming. Well the performance difference between C and asm is not much if you could adopt few in lined asm's and the guidelines provided by the ARM.
ARM is providing the enriched materials to play around.
ARM Information Center
I hope it helps !!