# beq

Branch if equal (CMP == 0).

# Syntax

beq <branch>
# Parameters

# Example

beq foo
//...
foo:

# History

  • 0.1 added