this post was submitted on 06 Aug 2025
932 points (99.3% liked)

Programmer Humor

26611 readers
1240 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
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] DonutsRMeh@lemmy.world 5 points 1 month ago (12 children)

I've never written a single line of code in assembly, and I'm now curious

[โ€“] mdhughes@lemmy.sdf.org 4 points 1 month ago

Get an 8-bit computer emulator, and learn 6502 or Z-80 assembly.

Usborne machine-code-for-beginners or any book by Rodnay Zaks.

It gets deeper from there, and modern CPUs are kind of awful to hand-hack assembly on, but you'll at least learn how the computer really works!

load more comments (11 replies)