I\'ve a problem with understanding how andi instruction works. For example, I\'ve simple code:
andi
lui x1, 0b0011 andi x2, x1, 0b0010 <
lui x1, 0b0011 andi x2, x1, 0b0010