From: jax AT darkstar DOT cygnus DOT com (Jack Woehr) Subject: Re: Assembler ? To: dj AT ctron DOT com (DJ Delorie) Date: Mon, 10 Jan 1994 10:00:44 -0700 (MST) Cc: ghogenso AT mammoth DOT chem DOT washington DOT edu, djgpp AT sun DOT soe DOT clarkson DOT edu > > > > 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. > > Use awk to translate it. I do this sort of thing from time to time. =jax=