Comments: Authenticated sender is From: "George Foot" To: JP Liguori Date: Fri, 21 Aug 1998 18:40:05 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Tutorial ASM in DJGPP Reply-to: george DOT foot AT merton DOT oxford DOT ac DOT uk CC: djgpp AT delorie DOT com Message-Id: Precedence: bulk On 21 Aug 98 at 16:39, JP Liguori wrote: > Good Morning Earth, > > I would like to know if there are some good tutorials to learn how to > include assembler into a DJGPP source code... In C or C++ source code: http://brennan.home.ml.org/djgpp/djgpp_asm.html In separate .S assembly language source files: http://users.ox.ac.uk/~mert0407/asmfuncs.txt Neither of these teach you the x86 instruction set; there are documents available from Intel listing all instructions: ftp://download.intel.com (I don't remember the rest) There's a quick reference to the pre-Pentium instructions here: http://delfi.lyngbyes.dk/~ak/asm/asm.html -- george DOT foot AT merton DOT oxford DOT ac DOT uk