--True this is not C, but here I use Goto in the HLL to implement Peter=20 Hemsley's High Speed Binary to Decimal for Pics. /************************************************************************** ***** *************************************************************************** ***** **There are two choices of using the code below.=20 **The assembler version **Which takes 8 instructions less than the basic version, can be=20 uncommented if **program space and speed is of paramount importance. **The basic version generates an extra two "goto's" per test of STATUS *************************************************************************** ****/ //Basic version. This is a sort of do...while or do.....until loop while (1) do asm_start LSD //Least Significant Digit addwf units,F decf tens,F asm_end =20 if (STATUS & (1<