I am writing something about base conversion (from decimal system to other bases). I am using the xlop package for producing a sequence of long divisions. The result is good, but it would be perfect if I could draw a circle around the remainders (and the last division's quotient) which are the digits of the converted number. That is, I want something like this:
My code is
\begin{align*}
\opidiv[displayintermediary=all,voperation=top]{196101}{16}
\quad
\opidiv[displayintermediary=all,voperation=top]{12256}{16}
\quad
\opidiv[displayintermediary=all,voperation=top]{766}{16}
\quad
\opidiv[displayintermediary=all,voperation=top]{47}{16}
\quad
\end{align*}
I know there are should be methods like using pstricks and such packages, but I do not know how to use them. I hope someone helps me in this.

