X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Assembler Language Date: 17 Dec 2001 16:02:39 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 13 Message-ID: <9vl4uv$41g$1@antares.lu.erisoft.se> References: <9vl405$i2$1 AT helle DOT btinternet DOT com> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Andrew Fairburn (a DOT j DOT fairburn AT dur DOT ac DOT uk) wrote: : Where can i find help on the syntax of the assembler code for DJGPP? and : what is command line to compile it? If you mean inline assembly, then "info gcc 'c ext' ext" (without " and with ') will take you to the right place in the info pages. If you mean freestanding assembly, "info as". Right, MartinS