asm-dude icon indicating copy to clipboard operation
asm-dude copied to clipboard

asm-dude not aware that labels are targets of jump instructions

Open jeffythedragonslayer opened this issue 3 years ago • 1 comments
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.

image

jeffythedragonslayer avatar May 18 '22 21:05 jeffythedragonslayer

yes I also face this issue.

Wakeelfahmed avatar Nov 08 '22 19:11 Wakeelfahmed