Definition
not (RISC-V)
Computes the bitwise complement of register
band stores the result in registera.not a, bThe above is a pseudoinstruction, which is translated to:
xori a, b, -1
not (RISC-V)
Computes the bitwise complement of register
band stores the result in registera.not a, bThe above is a pseudoinstruction, which is translated to:
xori a, b, -1