this post was submitted on 22 Jun 2024
543 points (96.4% liked)

Programmer Humor

19282 readers
824 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] 1 points 3 months ago (1 children)

It's higher than machine code. It's degrees of highness. Any abstraction technically makes it high level.

[โ€“] [email protected] 1 points 3 months ago* (last edited 3 months ago)

It's not really abstraction though. It is more like syntactic sugar. In stead of 1000111011 you say ADD, but it is still the exact same thing. There is no functional, prgrammatical benefit of one over the other. It's just that asm is readable by humans.

At least thats as far as I understand asm. I haven't gone beyond NandToTetris