Hi all! I have to do a little math in my program (for a MIDI-controller) The calculation is: Value*128 --------- Range Value = 1-255 Range = 1-255 The result is an 8-bit. I know I can do this with an 16x16 division, but the code I have is too big and too slow. I have a funny feeling this can be solved with a little trick, but I can't seem to find it. (maybe there is none, but I've got a feeling) Help would be appreciated Hans