JPDev@programming.dev to Programmer Humor@programming.dev · 11か月前Anyone here use assembly?lemm.eeimagemessage-square16fedilinkarrow-up1500arrow-down19
arrow-up1491arrow-down1imageAnyone here use assembly?lemm.eeJPDev@programming.dev to Programmer Humor@programming.dev · 11か月前message-square16fedilink
minus-squareTunaCowboy@lemmy.worldlinkfedilinkarrow-up18arrow-down2·11か月前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.
minus-squareTheBananaKing@lemmy.worldlinkfedilinkarrow-up20arrow-down5·11か月前:stares in genX: That’s not assembly, that’s ikea. Back in my day…
minus-squareAngryCommieKender@lemmy.worldlinkfedilinkarrow-up6arrow-down1·11か月前Remember 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?