this post was submitted on 01 Apr 2025
167 points (88.8% liked)

Programmer Humor

43190 readers
7 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 7 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] 0x0@lemmy.dbzer0.com -1 points 1 year ago

Are you arguing that assembly languages are not architecture-specific? I don't think that's the typical definition.

Nasm is an assembler, but it also represents a specific assembly language targeting x86 architectures.

Gas is an assembler of a higher order. It can emit code for many architectures, and thus it accepts many different architecture-specific assembly languages.