BEQ (branch if result zero) Tags: none

Description:

Jumps relative to the current position if the zero Z result marker is set. Otherwise, it does nothing.

Example:

    BEQ .skip    ; jump to label '.skip' if Z==1