Date: Mon, 10 Jan 94 10:49:54 -0500 From: DJ Delorie To: ghogenso AT mammoth DOT chem DOT washington DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Assembler ? > I have come to the conclusion that GAS does not compile the kind of > assembly code I am used to -- namely, the .ASM files that a garden > variety DOS assembler works with. Is this correct? Correct. Run "gcc -S foo.c" to get a sample of unix assembler. > How does one create a gcc compatible library file with .ASM code written > for a DOS assembler? Rewrite it.