gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

ASM > What Linux ARM assemblers are available...

#887 - I.C.E - Sat Jan 11, 2003 8:25 pm

besides as?

If there is noone, maybe somenone knows a nice ARM as tutorial?

#901 - imikeyi - Sun Jan 12, 2003 12:44 am

I really suggest 'as'. This is because its part of the GNU set of tools, and so by learning how to use these programs, you learn the same directives etc that would be used when writing assembly for any other processor.

I suggest you print off two documents in particular:
- chapter 4 of the ARM spec called "ARM Instruction Set";
- 'the GNU Assembler' documentation from www.gnu.org.