this post was submitted on 22 Jun 2024
543 points (96.4% liked)
Programmer Humor
19463 readers
37 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's higher than machine code. It's degrees of highness. Any abstraction technically makes it high level.
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