JPDev@programming.dev to Programmer Humor@programming.dev · 10 months agoSleep() at homeprogramming.devimagemessage-square25fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageSleep() at homeprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 10 months agomessage-square25fedilink
minus-squarebangupjobasusual@sh.itjust.workslinkfedilinkarrow-up0·10 months agoI think some compilers will just drop that in the optimization step.
minus-squareryannathans@aussie.zonelinkfedilinkarrow-up0·10 months 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”);