From: kanryl AT aol DOT com (Kanryl) Newsgroups: comp.os.msdos.djgpp Subject: Inline Assembler in DJGPP Date: 4 Nov 1997 19:43:30 GMT Lines: 12 Message-ID: <19971104194301.OAA20947@ladder02.news.aol.com> NNTP-Posting-Host: ladder02.news.aol.com Organization: AOL http://www.aol.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Sorry about that last one, my hand slipped. Anyway, I wanted to know the syntax for inline assembly in DJGPP. I am trying to port some of my code from Borland C++ which uses a for as follows: asm { mov ax, bx int 10h } or whatever. Could someone please help me? Thanks.