From: Brian Hansell Newsgroups: comp.os.msdos.djgpp Subject: ASM in Djgpp Date: Wed, 10 Feb 1999 19:33:17 -0800 Organization: epix Internet Services Lines: 14 Message-ID: <36C24F7C.CBF92A28@epix.net> NNTP-Posting-Host: qrvl209-74-47ppp47.epix.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I'm interested in porting asm graphics routines (ie. putpixel) for use in djgpp, previously i used them in Pascal. I remember I have downloaded 'bnu281b.zip' labeled the 'basic assembler, linker' on the djgpp site. I wasn't really interested in it at the time, but now would I like to know how to incorporate assembler into c++ programs. I have a feeling it's not going to be as easy as it was in Turbo Pascal... If I should get a different thingy (I heard something about Nasm?) or whatever, I'd like to know. Most importantly, HOW do i go about using asm in djgpp?? Thanks