MasterNerd@lemm.ee to Programmer Humor@lemmy.ml · 3 months agoLabels go brrrrlemm.eeimagemessage-square17fedilinkarrow-up1102arrow-down18cross-posted to: programmer_humor@programming.dev
arrow-up194arrow-down1imageLabels go brrrrlemm.eeMasterNerd@lemm.ee to Programmer Humor@lemmy.ml · 3 months agomessage-square17fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareh4x0r@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up2·3 months agonasm is an assembler though, not a ‘languages’, that only supports x86/x64. gas for example supports a wide range of architectures so you can write risc-v, arm, x64, etc.
nasm
is an assembler though, not a ‘languages’, that only supportsx86/x64
.gas
for example supports a wide range of architectures so you can writerisc-v
,arm
,x64
, etc.