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

Programmer Humor

31997 readers
773 users here now

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

Rules:

founded 5 years ago
MODERATORS
1062
submitted 1 month ago* (last edited 1 month ago) by sag@lemm.ee to c/programmerhumor@lemmy.ml
 
you are viewing a single comment's thread
view the rest of the comments
[–] leo85811nardo@lemmy.world 4 points 1 month ago* (last edited 1 month ago)

From my understanding, one of the actual use case of assembly is for cyber security engineers to dump assembly instructions from a compiled program, so they can check for any potential vulnerability. I've also seen assembly included in an embedded codebase (the overall project is in C), which I assume is for more optimized performance and deterministic behavior