this post was submitted on 05 Oct 2024
231 points (99.6% liked)

Programmer Humor

19932 readers
3293 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 2 years ago
MODERATORS
231
PS/2 things (lemmy.world)
submitted 3 months ago* (last edited 3 months ago) by carrylex to c/[email protected]
 

In todays edition of "stuff that I found in my storage" a PS/2 meme

Image transcription:

mov rax, rbx add rax, rcx HELLO IT'S THE KEYBOARD I HAVE AN IMPORTANT MESSAGE E

you are viewing a single comment's thread
view the rest of the comments
[–] rainerloeten 2 points 3 months ago (1 children)

Explain please :p Thanks <3

[–] TheRealKuni 3 points 3 months ago

PS/2 keyboards and mice send an interrupt to the CPU and the CPU stops whatever it’s doing, handles the mouse or keyboard input, then goes back to what it was doing.

This is not true of USB devices.