Branch if Less Than or Equal to Zero (ble)

Syntax

ble $s_reg, label

Description

Branch if Less Than or Equal to Zero branches to the specified label if the contents of the source register is less than or equal to zero. The comparison treats the source register as a signed 64-bit value.