sebastiancarlos to Programmer Humor@lemmy.mlEnglish · 2 年前Text Processing Compassimagemessage-square37linkfedilinkarrow-up1198arrow-down132
arrow-up1166arrow-down1imageText Processing Compasssebastiancarlos to Programmer Humor@lemmy.mlEnglish · 2 年前message-square37linkfedilink
minus-squarevext01linkfedilinkarrow-up3·2 年前On 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·2 年前could 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