asm-dude
asm-dude copied to clipboard
asm-dude not aware that labels are targets of jump instructions
trafficstars
The tooltip that appears when hovering over many labels claims that they are not used when they in fact are. For example, between_rows on line 252 is the target of a bcc instruction on line 228 in https://github.com/pinobatch/lorom-template
Also, keyoff_ready_notes is a procedure defined starting at line 685, but the tooltip at line 250 says "Undefined Label" and there is a swiggly under the jump target.

yes I also face this issue.