Good evening to the Community.

Developing lately with Picaxe in Basic, I'm back to my old love (BS2sx compiled to PIC16F84A / 16F628A).

However, it seems to me that the following loop commands are not recognised by PBP2.40/2.46.

Can you confirm this?

DO ... LOOP
DO { WHILE | UNTIL Condition(s) }
Statement(s)
LOOP { WHILE | UNTIL Condition(s) }

Yes, You can replace a simple DO...LOOP loop with a "Loop:" start tag and end the loop with a "goto Loop".
Although I'm allergic to "Goto" but hey ...
It seems to be a must here.

On the other hand, to replace the Do While/Until and Loop While/Until, it seems to me a little more complicated!
Do you have a solution ?

Thanks already.