I'm looking for assembler examples for ARM. I'm in need of ARM assembly for copy routines (32, 16, and 8 bit) and memset routines (32, 16, and 8 bit) specifically for now. I'm not having much luck with Google, sf.net, Google code, or github. Anyone have anything like this laying around, or know where I can look?
I know I just need to buy a book on ARM assembler, but thought I would start with these. Any tips on how I can accomplish writing these routines myself are appreciated as well.
Edit: Oh yes, the documentation at arm.com really helps. This page alone tells me a lot about mem* functions. http://infocenter.arm.com/help/topic/com.arm.doc.faqs/ka3934.html
Thanks for all the suggestions.