OK good, let assume this is a GOTO, that will explain my application
was going on a dead loop with a return ..
I must try to find a PBP Help File in FRENCH or read carrefully !
thanks for this help
Francois

Quote Originally Posted by skimask View Post
It would be a GOTO command. I suppose it's a question of how you read the manual.
If the manual said 'If the optional Label is included, this label will be ----CALLED---- if an acknowledge is not received from the I2C device', then I would reasonably assume that it would be a goto...
But, the manual says 'this label will be ----JUMPED TO---- if an acknowledge....'. That tells me it's a GOTO.

If all else fails, check your .lst file and see what the compiler puts in there for you. Make a few 'special' labels so you can follow yourself thru the .lst file and search them in the file. You should be able to find what you need.