# bne

Branch if not equal (CMP != 0).

# Syntax

bne <branch>
# Parameters

# Example

bne foo
//...
foo:

# History

  • 0.1 added