this post was submitted on 20 May 2025
204 points (94.3% liked)

Programmer Humor

23417 readers
1634 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
 

who wants pasta in their computer?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 2 days ago (2 children)

Is an assembler not a compiler for an assembly language?

Is saying "I wrote code in assembler" not functionally equivalent to saying "I wrote code in GCC?"

Note: this is a genuine question, not sarcasm.

[–] [email protected] 7 points 2 days ago

well, in my country (spain) assembler and assembly are basically used interchangeably, so i do that a lot. will take into account for future posts tho.

[–] [email protected] 4 points 2 days ago

Anywhere I’ve actually seen it used , assembler and assembly were pretty much interchangeable. Assembly code is probably technically correct, but you could be writing code for the assembler so nobody will actually be confused. Per your example, you might say “I wrote code in MASM,” to reference a specific assembler. Again nobody that’s actually worked with any of this would bat an eye at the usage.