[PIC] Easiest way to find the inverse of a 16-bit integer

Dwayne Reid <[email protected]> Mon, 8 Dec 2025 16:14:34 -0700
Newsgroups gmane.comp.hardware.microcontrollers.pic
Message-ID <CAM6OUcH36VvXMKgNX0U_vW2WX0FChk0uV2PrgCKYQtdsk82utA@mail.gmail.com>
Good day to all.

As part of my current project, I need to find the inverse of a 16-bit
binary integer.  That is: 1/X.

I was going to dig out my old division routines but was thinking there may
be an easier way to go.

Suggestion greatly appreciated.

Many thanks!

dwayne