Mesa wrote:
Do you see the "l_ranasm_aaaa" now ? 
No, I don't.
myself wrote:
Do you see a Basic label l_ranasm_aaaa somewhere ?
There may be a asm label in the generated code (actually with two "l'), but not something you can reference through PB commands.
There is no l_ranasm_aaaa: BASIC label, there is a aaaa: BASIC label, local to the procedure.
The section of the manual you are citing says the same thing I tried to explain above. It's talking about how BASIC labels are renamed when converted to ASM labels, accessible through inline ASM.
And it's already explicit about that.
In your code you are passing to a BASIC command labels (incidentally not existing anyway) meant to be accessed through inline ASM.
That's all.
The help on the other hand is wrong about the "l" and "ll" but it's irrelevant in this specific case, your code wouldn't work even using the right label ll_ranasm_aaaa: