this post was submitted on 19 Apr 2024
506 points (98.1% liked)
Programmer Humor
19503 readers
1251 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ah yes the X86 instruction set for mapping.
Everything is a conditional branch loop. Always has been.
There also isn't a loop instruction though.
It's a conditional branch... You make that into a loop. Branch if zero, branch if not zero, etc.