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 .
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 .
I havent been able to find a working one, but if you use GCC (VisualHAM devkit), you can use inline ArM7 assembly.
What about the gnu assembler, GAS? Isn't it supposed to be a multi-platform assembler?
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
Mirno
Great Thanks for replies ;)