Message-ID: From: Robert Humphris To: "'Gurunandan R. Bhat'" Cc: "'djGpp list'" Subject: RE: some advice required Date: Thu, 27 Feb 1997 15:01:11 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit >greetings, > will a kind assembly guru pick this nit please: assuming that x+y >and x|y give me the same result, which one is faster? > > thanks in advance > >gurunandan bhat > I think that they are both the same! The speed ups with maths occur at multiplicaton/division time when you do the old bit shifts (<< & >>) instead. If this is wrong, will some one please tell me, as I don't want to be labouring upder misinformation Rob Humphris