JPDev@programming.dev to Programmer Humor@programming.dev · 2 years agoSleep() at homeprogramming.devimagemessage-square25linkfedilinkarrow-up15arrow-down10
arrow-up15arrow-down1imageSleep() at homeprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square25linkfedilink
minus-squarebangupjobasusual@sh.itjust.workslinkfedilinkarrow-up0·2 years agoI think some compilers will just drop that in the optimization step.
minus-squareryannathans@aussie.zonelinkfedilinkarrow-up0·2 years agoReal pain in the ass when you’re in embedded and your carefully placed NOPs get stripped
I think some compilers will just drop that in the optimization step.
Real pain in the ass when you’re in embedded and your carefully placed NOPs get stripped
asm(“nop”);