Skip to content

Small bug in Label Analyzer Module #57

@Milo-D

Description

@Milo-D

Label Analyzer does not find potential label at address 0x0000 if it was target of a relative branch/jump. For example:

loop:
ldi r16, 0xff
ldi r17, 0xff
rjmp loop

In this special case the label analyzer wont find "loop" label.

Metadata

Metadata

Assignees

Labels

analyzerIssues related to the Analyzer ModulebugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions