4 branch instructions – Renesas M32R-FPU User Manual

Page 30

Advertising
background image

2

2-6

M32R-FPU Software Manual (Rev.1.01)

2.1.4 Branch instructions

The branch instructions are used to change the program flow.

BC

Branch on C-bit

BEQ

Branch on equal to

BEQZ

Branch on equal to zero

BGEZ

Branch on greater than or equal to zero

BGTZ

Branch on greater than zero

BL

Branch and link

BLEZ

Branch on less than or equal to zero

BLTZ

Branch on less than zero

BNC

Branch on not C-bit

BNE

Branch on not equal to

BNEZ

Branch on not equal to zero

BRA

Branch

JL

Jump and link

JMP

Jump

NOP

No operation

Only a word-aligned (word boundary) address can be specified for the branch address.

INSTRUCTION SET

2.1 Instruction set overview

Advertising