# Form `I` — I — Immediate Branch ## Bit Layout | Bits | Field | Meaning | | --- | --- | --- | | 0–5 | `OPCD` | primary opcode | | 6–29 | `LI` | signed 24-bit word-offset target | | 30 | `AA` | absolute-address flag | | 31 | `LK` | link flag (bl/ba/bla) | ## Instructions Using This Form | Mnemonic | Opcode | Group | Description | | --- | --- | --- | --- | | [`bx`](../branch/bx.md) | `0x48000000` | branch | Branch |