Introduction - If you have any usage issues, please Google them yourself
The functions fast_long_divide() and fast_int_divide() will divide a value (dividend) by a divisor in the range 0 to 16 inclusive. These functions are fast because they take full advantage 8051 microcontroller DIV instruction and require only one iteration for each byte of the dividend.