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

Programmer Humor

18206 readers
1504 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] 44 points 6 days ago (7 children)

Wait until you learn about micro ops and processor internals. That somebody isn't as wrong as you think.

[–] [email protected] 7 points 6 days ago* (last edited 6 days ago) (6 children)

There is no way ASM is high level

[–] [email protected] 1 points 3 days 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 days ago* (last edited 3 days 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

load more comments (4 replies)
load more comments (4 replies)