From: martin DOT kahlert AT keksy DOT mchp DOT siemens DOT de (Martin Kahlert) Newsgroups: comp.os.msdos.djgpp Subject: Re: asm in DJGPP Date: 2 Jul 1997 07:20:34 GMT Organization: Siemens Inc. Lines: 16 Message-ID: <5pcvg2$4mi$1@salomon.mchp.siemens.de> References: <33B5FA8F DOT D44F5D77 AT ois DOT net DOT au> Reply-To: Martin DOT Kahlert AT mchp DOT siemens DOT de NNTP-Posting-Host: keksy.mchp.siemens.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > Does anyone know any documents or web pages with information about using > asm routines in DJGPP? I have looked in the FAQ for DJGPP (v2) but I > have been unable to find any useful information about using asm. > Specifically, I am trying to use asm routines for low level graphics > functions, e.g., PutPixel(); I found another one besides I posted before (http://www.goodnet.com/~snarfy/djgpp_asm.txt): http://www.ucalgary.ca/~mmastrac/djgppasm.doc I think it is more what you look for, because it partly deals with graphics, too. Greetings, Martin.