Skip to content

C.AND

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

Assembly Syntax

  • c.and srcL, srcR, ->t

Encoding

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

Description

[16-bit C.] Bitwise AND.

Pseudocode (informative)

rd = rs1 & rs2;

Encoding Notes

No additional encoding notes.

Full Catalog Forms

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