6

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.

kristianp
  • 5,496
  • 37
  • 56
Cinar
  • 183
  • 1
  • 1
  • 11

1 Answers1

2

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

Community
  • 1
  • 1
kovica
  • 2,443
  • 3
  • 21
  • 25