Hi, I'm starting to learn Assembly programming and I was wondering which assembler is used most often in the real world?
My book uses GNU's assembler, but I see a lot of posts about MASM... I'd like to spend most of my time learning the assembler format that I'm most likely to use.
Also, in Visual C++ I can use inline assembly using the __asm keyword. Does GCC let me do the same thing or is there a different way to add inline assembly for GCC C++ code?
My book uses GNU's assembler, but I see a lot of posts about MASM... I'd like to spend most of my time learning the assembler format that I'm most likely to use.
Also, in Visual C++ I can use inline assembly using the __asm keyword. Does GCC let me do the same thing or is there a different way to add inline assembly for GCC C++ code?