Date: Fri, 9 Jul 93 00:47:51 EDT From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: max AT slinky DOT cs DOT nyu DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Assembly question and ATTN:Speestar 24X owners > I've had some experience programming in 8086 assembly before, > but it's obvious that a djgpp .S file is quite diffrent. I too see the need to write some .S files. What I'd actually like to have is a preprocessor which would let me write .ASM-like files for translation into a format acceptable to gas. Has anyone considered this possibility? Could it be done with awk or some other existing tool?