Opcode (hex)
Opcode name
Explanation
Example
00
nop
No operation
0000 - nop
01
move vx,vy
Moves the content of vy into vx. Both registers must be in the first 256 register range.
0110 - move v0, v1
Moves v1 into v0.
02
move/from16 vx,vy
Moves the content of vy into vx. vy may be in the 64k...