sh-dis/sh4/EXTS.W Rm,Rn

5 lines
78 B
Plaintext

0110nnnnmmmm1111
op1 ← SignExtend16(Rm);
op2 ← op1;
Rn ← Register(op2);