Skip to content

C.SWI

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

Assembly Syntax

  • c.swi t#1, [srcL, simm]

Encoding

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

Description

[16-bit C.] Stores a register value to memory.

Pseudocode (informative)

Store(/* addr */, rs2);

Encoding Notes

No additional encoding notes.

Full Catalog Forms

Assembly Length Decode
c.swi t#1, [srcL, simm] 16
← [Store Immediate Offset](../groups/store_immediate_offset.md)    [Index](../index.md)    [All instructions](index.md) →