819
Its not wrong though
(lemmy.world)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Try converting from English to Japanese and back to English.
xor ax, ax
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, 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.