Date: Sat, 8 Jan 1994 15:04:24 -0800 (PST) From: Gordon Hogenson Subject: Assembler ? To: djgpp AT sun DOT soe DOT clarkson DOT edu I've just gotten djgpp 1.11 running and now I want to use some assembly code I have to create a library. I tried to do this using GAS, but, as it produces error messages for just about every line of code, 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? How does one create a gcc compatible library file with .ASM code written for a DOS assembler? Thanks, Gordon