sebastiancarlos@lemmy.sdf.org to Programmer Humor@lemmy.mlEnglish · 3 months agoText Processing Compasslemmy.sdf.orgexternal-linkmessage-square18fedilinkarrow-up18arrow-down12
arrow-up16arrow-down1external-linkText Processing Compasslemmy.sdf.orgsebastiancarlos@lemmy.sdf.org to Programmer Humor@lemmy.mlEnglish · 3 months agomessage-square18fedilink
minus-squarevext01@lemmy.sdf.orglinkfedilinkarrow-up1·3 months agoOn the other hand you can’t really have UB in code written in asm. Just throwing that out there!
minus-squareRain World: Slugcat Game@lemmy.worldlinkfedilinkarrow-up0·1 month agocould have instruction undefined behavior (eg, integer overflow wrap/saturate/trap/explode), and is different on different computers
On the other hand you can’t really have UB in code written in asm.
Just throwing that out there!
could have instruction undefined behavior (eg, integer overflow wrap/saturate/trap/explode), and is different on different computers