this post was submitted on 05 Oct 2024
141 points (99.3% liked)

Programmer Humor

19315 readers
202 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 1 year ago
MODERATORS
141
PS/2 things (lemmy.world)
submitted 13 hours ago* (last edited 13 hours 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
[–] somethingsomethingidk 9 points 7 hours ago (1 children)
[–] darthsid 2 points 6 hours ago (1 children)
[–] fatalicus 8 points 5 hours ago

Ps/2 keyboards used interrupt when transferring data, meaning instead of waiting for the cpu to get the data it is trying to send when it is free, it will just interrupt what the cpu is currently doing and tell it to process what the keyboard is sending.