English
Language : 

GMS30C2116 Datasheet, PDF (272/322 Pages) Hynix Semiconductor – USERS MANUAL
A-98
Move Word
Appendix A. Instruction Set Details
MOV
Format:
RR format
15
OP-code
0010 01
10 9
d
87
s
Rd-code
43
0
Rs-code
s = 0: Rs-code encoded G0..G15 for Rs
s = 1: Rs-code encoded L0..L15 for Rs
d = 0: Rd-code encoded G0..G15 for Rd
d = 1: Rd-code encoded L0..L15 for Rd
Notation:
MOV Rd, Rs
Description:
The source operand is copied to the destination register and condition flags are set or
cleared accordingly.
Operation:
Rd := Rs;
Z := Rd = 0;
N := Rd(31);
V := Undefined
Exceptions:
None.