Hi > > > What's the fastest way to square a 10-bit number? > Try looking in the applications handbook, the maths routines include 8 and 16 bit multiplies. Use the 16 bit one but limit the first byte to a 2 bit multiply. Stuart Taylor