You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 abcc
instruction on line 228 in https://github.com/pinobatch/lorom-templateAlso,
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.The text was updated successfully, but these errors were encountered: