From: Reinier Heeres Newsgroups: comp.os.msdos.djgpp Subject: AT&T 2 Intel ASM converter Date: Sat, 14 Feb 1998 20:34:05 +0100 Organization: World Online Lines: 16 Message-ID: <34E5F1AC.97AA9F67@worldonline.nl> Reply-To: rwh AT worldonline DOT nl NNTP-Posting-Host: alkmr1-p116.worldonline.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi! I'm working on a AT&T (DJGPP output) to Intel assembly converter (compilable by NASM), because I think that's very handy, and allows better optimalizations to be done (by hand). But I have a 2 problems: -I don't know how to handle the .def's exactly -I don't know how to handle the .comm's exactly Could anyone send me some information on what this directives do (directives following .def, like .val and .type, and .comm)? Thanks, Reinier! BTW: If I have a working version of the converter I'll mail it to this newsgroup