martinmcclure / mist

Filetree code for the Mist project (mist-project.org)
32 stars 5 forks source link

Should use movzx for Fog fetch byte node #15

Open martinmcclure opened 11 years ago

martinmcclure commented 11 years ago

The fetch byte Fog node currently xors the destination register with itself to zero it, then loads the low-order byte with a mov instruction. The movzx instruction could do this in one instruction.