Multiplying two 16 bit integers
From: bigeyedfish81 (bigeyedfish81_at_mailcan.com)
Date: 02/23/04
- Next message: Matt Taylor: "Re: C/C++ Compiler's Optimization Failed"
- Previous message: Matt Taylor: "Re: Windows vs. Linux - HLA"
- Next in thread: Terje Mathisen: "Re: Multiplying two 16 bit integers"
- Reply: Terje Mathisen: "Re: Multiplying two 16 bit integers"
- Reply: James Harris: "Re: Multiplying two 16 bit integers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 23 Feb 2004 02:02:50 +0000 (UTC)
Hello,
I am a newbie to assembly, and am trying to multiply two 16 bit
numbers (using 16 bit registers) and then display the output (which is
a 32 bit number). I have seen a few posts out there that discuss
algorithms pertaining to multiplying 16 bit registers, but am
wondering how i am going to output this number once i obtain it. Has
anybody encoutered this problem before?
any help is greatly appreciated.
thanks...
- Next message: Matt Taylor: "Re: C/C++ Compiler's Optimization Failed"
- Previous message: Matt Taylor: "Re: Windows vs. Linux - HLA"
- Next in thread: Terje Mathisen: "Re: Multiplying two 16 bit integers"
- Reply: Terje Mathisen: "Re: Multiplying two 16 bit integers"
- Reply: James Harris: "Re: Multiplying two 16 bit integers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|