Version
3.5-1240
Branch
dspjit
Date
10 years ago
Windows x64 Windows x86 Mac OS X
Commit
6b5b8ab5bee7283281e53df40ebc881570dc74fa
Change author
Pierre
Change description
Implement and use MOVZX(64, 32,...)

Probably better to keep that same-register-MOV assert useful. Also,
explicit type extension documents whats happening.

Internally, this boils down to the original MOV, but without the assert.