BNE (branch on not equal to zero) Tags: none

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