Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Main differences masm/gas

Status
Not open for further replies.

grim123

Programmer
Sep 21, 2006
1
0
0
NO
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?
 
Some other problems you have to contend with are:

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).

--
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top