5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
0110nnnnmmmm1011
|
|
op1 ← SignExtend32(Rm);
|
|
op2 ← - op1;
|
|
Rn ← Register(op2);
|