alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 3 年前Its not wrong thoughlemmy.worldimagemessage-square135linkfedilinkarrow-up1903arrow-down185
arrow-up1818arrow-down1imageIts not wrong thoughlemmy.worldalphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 3 年前message-square135linkfedilink
minus-squareamki@feddit.delinkfedilinkarrow-up2·3 年前A fancy way to say do nothing is not the same as translating back and forth. Example: Show me the intermediate translation. Also we live in a 64bit world now old man
minus-squareover_clox@lemmy.worldlinkfedilinkarrow-up1arrow-down1·3 年前Also that instruction does not do nothing, it resets the CPU register to zero without having to access RAM. Far from a NOP instruction.
A fancy way to say do nothing is not the same as translating back and forth. Example: Show me the intermediate translation.
Also we live in a 64bit world now old man
You’re right.
xor rax, raxAlso that instruction does not do nothing, it resets the CPU register to zero without having to access RAM. Far from a NOP instruction.