BEQ (branch if result zero) Tags: none
BEQ
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