JPDev@programming.dev to Programmer Humor@programming.dev · 3 months agoAnyone here use assembly?lemm.eeimagemessage-square16fedilinkarrow-up1494arrow-down19cross-posted to: programmerhumor@lemmy.ml
arrow-up1485arrow-down1imageAnyone here use assembly?lemm.eeJPDev@programming.dev to Programmer Humor@programming.dev · 3 months agomessage-square16fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareTunaCowboy@lemmy.worldlinkfedilinkarrow-up18arrow-down2·3 months agoGenerally speaking the OS is your universe and you interact via syscalls. Linking libc is also an option. In some instances you may need to roll your own, but it’s likely to be small and specialized.
minus-squareTheBananaKing@lemmy.worldlinkfedilinkarrow-up20arrow-down5·3 months ago:stares in genX: That’s not assembly, that’s ikea. Back in my day…
minus-squareAngryCommieKender@lemmy.worldlinkfedilinkarrow-up6arrow-down1·3 months agoRemember before .dlls were a thing and you had to write your own config files for every game that you installed on DOS?
Generally speaking the OS is your universe and you interact via syscalls. Linking libc is also an option.
In some instances you may need to roll your own, but it’s likely to be small and specialized.
:stares in genX:
That’s not assembly, that’s ikea.
Back in my day…
Remember before .dlls were a thing and you had to write your own config files for every game that you installed on DOS?