This page describes the following instruction:
- Group: ALU
- Mnemonic: AND
- Opcode: 24d, 18h
- Encoding: 0001_1000b (ALU_OPERATION)
- Pseudo-code: r=r&o; pc++
This instructions computes the bitwise logical AND of R and O and stores the result in R.
This instructions computes the bitwise logical AND of R and O and stores the result in R.