Date: Mon, 6 Apr 1998 13:15:32 +0300 (IDT) From: Eli Zaretskii To: djgpp AT delorie DOT com Subject: Re: Graphics trouble (ASM?) In-Reply-To: <35286AB8.2307AC67@bellsouth.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 6 Apr 1998, dragon wrote: > I want to work with some graphics programs. the following is some code > that I downloaded but can not compile -I am assuming there is a problem > with ASM language that is being referenced. The code you downloaded is incompatible with DJGPP. It uses inline assembly syntax from MSC or similar compiler. DJGPP uses a totally different (and much more powerful) inline assembly syntax. > I have checked the FAQ, but it did not seem to help. Huh? I think sections 18.13 and 17.1 are what you are looking for, and they should explain quite a lot.