Label Analyzer does not find potential label at address 0x0000 if it was target of a relative branch/jump. For example: ```assembly loop: ldi r16, 0xff ldi r17, 0xff rjmp loop ``` In this special case the label analyzer wont find "loop" label.
Label Analyzer does not find potential label at address 0x0000 if it was target of a relative branch/jump. For example:
In this special case the label analyzer wont find "loop" label.