alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 1 年前Its not wrong thoughlemmy.worldimagemessage-square134fedilinkarrow-up1902
arrow-up1902imageIts not wrong thoughlemmy.worldalphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 1 年前message-square134fedilink
minus-squareamki@feddit.delinkfedilinkarrow-up2·edit-21 年前A fancy way to say do nothing is not the same as translating back and forth. Example: Show me the intermediate translation.
minus-squareKaryoplasma@discuss.tchncs.delinkfedilinkarrow-up1·edit-21 年前GF2P8AFFINEINVQB xmm1, xmm2, 10
minus-squareover_clox@lemmy.worldlinkfedilinkarrow-up1·1 年前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.
You’re right.
xor rax, rax
Also that instruction does not do nothing, it resets the CPU register to zero without having to access RAM. Far from a NOP instruction.