Description: 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.
- [div2] - majority of the division algorithm, is n
- [8bitmcu24div] - 8-bit MCU (eg 51) to achieve 24-bit divi
File list (Check if you may need any files):
Fast Divide.doc
Fast Divide.rtf
Fast Divide.txt
FastLongDivide.Opt
FastLongDivide.Uv2
fast_divide.c
main.c
STARTUP.A51