this post was submitted on 04 Sep 2025
495 points (98.8% liked)

Programmer Humor

26220 readers
2797 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Siethron@lemmy.world 21 points 5 days ago (1 children)

Can something not have assembly support? It's not like it needs support

[โ€“] notarobot@lemmy.zip 4 points 5 days ago

It depends on the project. If you are making a code editor / ice then yes. Your project may not support working with assembly files. Sure, they are just plaintext (I think? Or are they binary? I think I might be confusing assembler source files and complied files which are machine code), but you get no tooling like autocomplete, go to definition, etc