this post was submitted on 19 Apr 2024
512 points (98.1% liked)

Programmer Humor

19187 readers
1164 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 5 months ago (1 children)

Ah yes the X86 instruction set for mapping.

Everything is a conditional branch loop. Always has been.

[–] [email protected] 0 points 5 months ago (1 children)

There also isn't a loop instruction though.

[–] [email protected] 1 points 5 months ago

It's a conditional branch... You make that into a loop. Branch if zero, branch if not zero, etc.