Xref: news2.mv.net comp.os.msdos.djgpp:4723 From: Chris Grubb Newsgroups: comp.os.msdos.djgpp Subject: inline asm Date: Fri, 07 Jun 1996 18:46:56 -0400 Organization: TDS TELECOM - Madison, WI Lines: 10 Message-ID: <31B8B160.6779@ccm.tdsnet.com> NNTP-Posting-Host: aumi1-a02.ccm.tds.net 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 sorry if you see these all the time..but I got a little lost in the asm documentation.. i'm used to pascal inline assembly..so could someone show me how I would convert this: asm { mov ax,0x13; int 0x10; } into something djgpp could compile? thanks