Sender: nate AT cartsys DOT com Message-ID: <374210DF.C3E46F73@cartsys.com> Date: Tue, 18 May 1999 18:16:15 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.5 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: NASM problem References: <25585452602 AT pcc DOT tgm DOT ac DOT at> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Carlos Giani_AEN2003 (M2003) wrote: > > Hello DJGPP folks! > I have a question about NASM assembler routines. I wrote some mixing > routines in ASM which are called by an interrupt. I locked the memory > successfully. But the routine doesn't work correctly! I wrote the > routine in C, tried it, and it works correctly! Can somebody help me?? Source, please. Post your routine, and what goes wrong with it. Be sure you are preserving all the right registers-- ebx, esi, edi, ds and es must be saved. This is a common pitfall. -- Nate Eldredge nate AT cartsys DOT com