Where can I find a free ARM Assembler ?
I have found GoldRoad , a free GBA assembler but i don't know whether it support macro or not ? No doc , just an exe file .
Posted on 2004-03-26 03:51:18 by dreamweaver
I havent been able to find a working one, but if you use GCC (VisualHAM devkit), you can use inline ArM7 assembly.
Posted on 2004-03-26 13:17:53 by x86asm
What about the gnu assembler, GAS? Isn't it supposed to be a multi-platform assembler?
Posted on 2004-03-26 14:07:06 by f0dder
Take a look here for a full ARM tool chain (linux), it's cross (i.e. runs on x86 compiles for ARM). It has worked well enough for me.

Mirno
Posted on 2004-03-27 10:03:07 by Mirno
Great Thanks for replies ;)
Posted on 2004-03-27 21:48:26 by dreamweaver