sh-dis/sh4/AND #imm,R0

6 lines
106 B
Plaintext

11001001iiiiiiii
r0 ← ZeroExtend32(R0);
imm ← ZeroExtend8(i);
r0 ← r0 ∧ imm;
R0 ← Register(r0);