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
Thank you both for your help. Jon, I had not seen that page before. It was exactly what I needed. Thanks. -Tom