this post was submitted on 14 May 2026
886 points (98.2% liked)

Programmer Humor

32130 readers
838 users here now

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.

Rules

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] bequirtle@lemmy.world 17 points 1 month ago* (last edited 1 month ago) (1 children)

It's irrelevant to the humor, it's just an arbitrary x86 instruction. The point is that keyboard inputs (with a PS/2 keyboard) interrupt whatever the computer is doing

Though to answer your question, it moves the value from the rbx register to the rbx register

Oh ok, I didn't know keyboards used to do that