Newsgroups: comp.os.msdos.djgpp From: DJ Delorie Subject: Re: DJASM Manual? Message-ID: Organization: DJ Delorie/DJGPP Support Date: Fri, 26 Sep 1997 01:38:46 GMT References: <60c7q0$l6p$1 AT flood DOT xnet DOT com> <3429AD21 DOT 76ED AT cam DOT org> Lines: 8 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Vic writes: > why in the world would you need DJASM? it is not documented and it's > only used for the stub. cause it's real mode 16 bit...Intel syntax. Actually, it's not even Intel syntax. It's something I made up that was easy to deal with in djasm.y, and easy to program in. The *only* reason for djasm.y is to remove the need for TurboC to build DJGPP.