X-Sender: dlanor AT mail DOT dds DOT nl Message-Id: In-Reply-To: <25585452602@pcc.tgm.ac.at> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 19 May 1999 00:32:13 +0200 To: djgpp AT delorie DOT com From: Dlanor Blytkerchan Subject: Re: NASM problem Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk >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?? Looks like there's an error in your asm code. Remember NASM is not a very standard-type asm compiler: there are some quircks you can work around if you read the docs: they pretty much say what the diffirences are between "normal" asm and NASM asm. Can't tell you any more than that unless you send the code with the error.. Greetz! Dlanor