Skip to content

B.LTU

32-bit Base **Group:** Branch  |  Ch 16   BRU — Branch and Compare  |  **Length:** 32  |  **Decode:**

Assembly Syntax

  • b.ltu SrcL, SrcR, label

Encoding

B.LTU encoding
Bitfield encoding diagram. MSB is on the left, LSB on the right.

Description

Conditional branch taken when SrcL is less than SrcR (unsigned).

Pseudocode (informative)

// Execute B.LTU as defined by the Branch semantics.

Encoding Notes

No additional encoding notes.

Full Catalog Forms

Assembly Length Decode
b.ltu SrcL, SrcR, label 32
← [Branch](../groups/branch.md)    [Index](../index.md)    [All instructions](index.md) →