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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Can something not have assembly support? It's not like it needs support
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