Nikolaos Skentos wrote: > I was wondering if someone has encountered this problem or used > successfully > the multiplication routines of AN617. Any tips regarding this problem are > most welcome either via PICLIST or directly at: Hi Nikolaos, I've used the multiplication routines in the past from AN617. The way those routines are coded, they expect a default radix of *decimal*. Please specify in your source code a default radix of decimal: RADIX DEC If you don't do this and your default radix is hex, for example, then the following is taken to mean while i < 22 decimal! while i < 16 If you have already specified a default radix of decimal in your source code and are still having problems, just post your code and your test examples that show the results you are getting. Best regards, Ken Pergola -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body