Hi, what is the main differences between masm/gas ? I know there are syntax differences, but is it any differences while calling C code in assembly, and calling assembly code in C?
1. The large variety of object code formats (ELF, COFF etc etc) which each development toolchain uses.
2. The exact calling conventions between assembler and high level languages are very implementation specific (like what registers are used in which cases).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.