Skip to content

C.ADD

16-bit C. **Group:** Arithmetic Operation  |  Ch 12   ALU — Arithmetic Logic Unit  |  **Length:** 16  |  **Decode:**

Assembly Syntax

  • c.add srcL, srcR, ->t

Encoding

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

Description

[16-bit C.] Integer addition.

Pseudocode (informative)

rd = rs1 + rs2;

Encoding Notes

No additional encoding notes.

Full Catalog Forms

Assembly Length Decode
c.add srcL, srcR, ->t 16
← [Arithmetic Operation](../groups/arithmetic_operation.md)    [Index](../index.md)    [All instructions](index.md) →