JPDev@programming.dev to Programmer Humor@programming.dev · 1 year agoAnyone here use assembly?lemm.eeimagemessage-square16fedilinkarrow-up1495arrow-down19
arrow-up1486arrow-down1imageAnyone here use assembly?lemm.eeJPDev@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square16fedilink
minus-squareTunaCowboy@lemmy.worldlinkfedilinkarrow-up18arrow-down2·1 year 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·1 year ago:stares in genX: That’s not assembly, that’s ikea. Back in my day…
minus-squareAngryCommieKender@lemmy.worldlinkfedilinkarrow-up6arrow-down1·1 year 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?