I have been looking through the questions here and on the Internet for a while, and I cannot figure out if it is possible to make an embedded assembly with GCC using something other than GAS. I am trying to find if I can avoid using not only the AT&T GAS syntax (although I know how to use Intel syntax with GAS), but the extended asm format. Although this is not for a project or anything other than my own curiosity, I would really appreciate any help I can get (this is actually my first question because I could not find an answer about this)! Also, if that matters, I am currently using DevC ++ (for C code, not C ++) on Windows.
Thanks Tom
source share