this post was submitted on 03 Jan 2025
398 points (95.0% liked)

Programmer Humor

33293 readers
111 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 28 points 1 month ago (1 children)

I think it’s most commonly called machine code.

[–] [email protected] 3 points 1 month ago

True. Machine code usually has a 1:1 mapping to assembly so it's not hard to read machine code as assembly. Although you will not see any of the labels (unless for some reason the the labels were left in).