Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft Assembler to GNU Assembler conversion

I have an ARM assembly code that compiles well with Visual Studio. I would like to now use the same ARM assembly code and compile it with GNU Assembler. As you know the syntax of both assemblers are different. I was wondering if there is any tool that can convert from these Assembly syntaxes.

like image 531
Cinar Avatar asked Mar 06 '10 04:03

Cinar


1 Answers

Take a look at How do you use gcc to generate assembly code in Intel syntax?

like image 126
kovica Avatar answered Oct 01 '22 21:10

kovica