sh-dis/sh4/MOV #imm,Rn

5 lines
76 B
Plaintext

1110nnnniiiiiiii
imm ← SignExtend8(s);
op2 ← imm;
Rn ← Register(op2);