NASM - The Netwide Assembler

NASM Forum => Other Discussion => Topic started by: toad1359 on October 20, 2013, 02:27:33 PM

Title: Arm Assembly source to img
Post by: toad1359 on October 20, 2013, 02:27:33 PM
Anyone know how to do this on windows?
Title: Re: Arm Assembly source to img
Post by: Bryant Keller on October 21, 2013, 12:09:16 AM
The Netwide Assembler doesn't support the ARM processor series. There was once a port of NASM that added support for this, but due to lack of interest it was abandoned. The GNU Assembler supports the ARM processors, you should look into the Cygwin build of  GNU ARM (http://www.gnuarm.com/) which contains both the GNU-ARM C compiler and GNU-ARM Assembler.