From: Henri Ossi Newsgroups: comp.os.msdos.djgpp Subject: !!Absolute value with inline ASM!! Date: Mon, 16 Feb 1998 17:23:36 +0200 Organization: Telecom Finland News Service Lines: 13 Message-ID: <34E859F8.ADB0A110@mail.htk.fi> Reply-To: henri DOT ossi AT mail DOT htk DOT fi NNTP-Posting-Host: pc2029.public.htk.fi Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I've got an urgent question. I need to get the absolute value of a registers (bx) How is this done in asm. (in one command, not using cmp) Is there a way to turn off the signed flag somehow or something like that? Thanks. -Henri Ossi