BNE (branch on not equal to zero) Tags: none
BNE
Description:
Jumps relative to the current position if the zero Z score marker is set. Otherwise, it does nothing.
Example:
BNE .skip ; jump to label '.skip' if Z==1