Skip to content

C.LWI

16-bit C. **Group:** Load Immediate Offset  |  Ch 11   AGU — Address Generation Unit  |  **Length:** 16  |  **Decode:**

Assembly Syntax

  • c.lwi [srcL, simm], ->t

Encoding

C.LWI encoding
Bitfield encoding diagram. MSB is on the left, LSB on the right.

Description

[16-bit C.] Loads a value from memory into a register.

Pseudocode (informative)

rd = Load(/* addr */);

Encoding Notes

No additional encoding notes.

Full Catalog Forms

Assembly Length Decode
c.lwi [srcL, simm], ->t 16
← [Load Immediate Offset](../groups/load_immediate_offset.md)    [Index](../index.md)    [All instructions](index.md) →