RE: Division on a PIC 16C84

Do you want an integer division or floating point?

Andy Warrens 8 bit division code along with a load of other usefull stuff can be found at:
http://home.netcom.com/~fastfwd/answers.html

If you want a 16 bit routine there's lots around, try:
http://www.myke.com/PICMicro/16bit.htm
http://www.dontronics.com/see.html#division

For floating point routines, download AN575 from the microchip site.

Cheers

Mike