this post was submitted on 03 Aug 2024
1104 points (99.1% liked)

Programmer Humor

32472 readers
627 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
1104
submitted 3 months ago* (last edited 3 months ago) by sag@lemm.ee to c/programmerhumor@lemmy.ml
 
you are viewing a single comment's thread
view the rest of the comments
[–] CanadaPlus@lemmy.sdf.org 6 points 3 months ago (1 children)

I wouldn’t be able to write Rollercoaster Tycoon in assembly because keeping track of all that code in assembly files must be hell, but people pretending like you need to be some kind of wizard to write assembly code are exaggerating.

Well, they've got a point for the bigger machine codes. Just the barebones specification for x86 is a doorstopper IIRC.

From what I've heard, writing big stuff in assembly comes down to play-acting the compiler yourself on paper, essentially.