merari42@lemmy.world to Programmer Humor@programming.devEnglish · 2 years agoSome of my iterations are delightfully recursivelemmy.worldimagemessage-square56linkfedilinkarrow-up1520arrow-down110
arrow-up1510arrow-down1imageSome of my iterations are delightfully recursivelemmy.worldmerari42@lemmy.world to Programmer Humor@programming.devEnglish · 2 years agomessage-square56linkfedilink
minus-squareTechNerdWizard42@lemmy.worldlinkfedilinkarrow-up2·2 years agoAh yes the X86 instruction set for mapping. Everything is a conditional branch loop. Always has been.
minus-squareUsername@feddit.delinkfedilinkarrow-up1arrow-down1·2 years agoThere also isn’t a loop instruction though.
minus-squareTechNerdWizard42@lemmy.worldlinkfedilinkarrow-up1·2 years agoIt’s a conditional branch… You make that into a loop. Branch if zero, branch if not zero, etc.
Ah yes the X86 instruction set for mapping.
Everything is a conditional branch loop. Always has been.
There also isn’t a loop instruction though.
It’s a conditional branch… You make that into a loop. Branch if zero, branch if not zero, etc.