Skip to content

BIC

32-bit Base **Group:** Bit Operation  |  Ch 12   ALU — Arithmetic Logic Unit  |  **Length:** 32  |  **Decode:**

Assembly Syntax

  • bic SrcL, M, N, ->{t, u, Rd}

Encoding

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

Description

Bit clear / AND-NOT.

Pseudocode (informative)

// Execute BIC as defined by the Bit Operation semantics.

Encoding Notes

No additional encoding notes.

Full Catalog Forms

Assembly Length Decode
bic SrcL, M, N, ->{t, u, Rd} 32
← [Bit Operation](../groups/bit_operation.md)    [Index](../index.md)    [All instructions](index.md) →