I am doing some calculations in a time-sensitive area and am trying to determine the number of instruction cycles it will take. The only problem I'm having is that there is a LCALL ?C?UIDIV in the middle of the generated assembly code. Are there any resources available to determine what the instruction cost of this function call is? Thanks, Tom