TSK3000A Generic Instruction - BLE

Frozen Content

Instruction:    Branch On Less Than Or Equal To

Assembler Format
Example
Translates to...

ble rA, rB, target

ble $3, $4, Shifter

slt $at, rB, rA
beq $at, $0, target

ble rA, IMM32, target

ble $3, 0x12345678, Shifter

li $at, IMM32
slt $at, $at, rA
beq $at, $0, target

You are reporting an issue with the following selected text and/or image within the active document: