From: "Lennart Marien" Newsgroups: comp.os.msdos.djgpp Subject: including NASM files? Date: Mon, 18 May 1998 11:59:08 +0200 Organization: Metronet Lines: 13 Message-ID: <6jp0n3$b2v$1@news.metronet.de> NNTP-Posting-Host: hamburg1.pop.metronet.de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi!I have two questions concerning DJGPP and the NASM Assembler. The first: Letīs say I assembled one of my NASM files into the .coff format and now link it with one of my DJGPP programs.How can I access the macros defined in the NASM file?(short example or URL or DOC would be very nice) And the second: Certainly my NASM file has to be 32 Bit?