From: "Cody" Newsgroups: comp.os.msdos.djgpp References: <3afc6377 AT leia DOT ktsnet DOT com> <9003-Sat12May2001083713+0300-eliz AT is DOT elta DOT co DOT il> Subject: Re: [OT] graphics routines Lines: 14 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Original-NNTP-Posting-Host: 216-60-177-161.ktsnet.com Message-ID: <3afda406@leia.ktsnet.com> Date: Sat, 12 May 2001 15:58:57 -0500 NNTP-Posting-Host: 216.60.177.225 X-Complaints-To: abuse AT swbell DOT net X-Trace: nnrp2.sbc.net 989943213 216.60.177.225 (Tue, 15 May 2001 11:13:33 CDT) NNTP-Posting-Date: Tue, 15 May 2001 11:13:33 CDT Organization: SBC Internet Services To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Nate gave you some good answers. I'd like to add that the DJGPP FAQ > list (v2/faq230b.zip from the same place you get DJGPP) explains these > issues in quite some detail in chapters 10 and 18. Thanks for the pointers... any other links that would help me out? I searched google for "djgpp putpixel 320" and a few results, but none that helped out much. > You don't need assembly to do any of the above. Just use C and the > available library functions (some of them were mentioned by Nate, > others are in the FAQ). I just figured that optimized asm functions would be more efficient than using the already available c routines.... but I'll check up on the FAQ like you suggested.