@[email protected] to Programmer [email protected]English • 8 months agoSome of my iterations are delightfully recursivelemmy.worldmessage-square53fedilinkarrow-up1517
arrow-up1517imageSome of my iterations are delightfully recursivelemmy.world@[email protected] to Programmer [email protected]English • 8 months agomessage-square53fedilink
minus-square@[email protected]linkfedilink2•8 months agoAh yes the X86 instruction set for mapping. Everything is a conditional branch loop. Always has been.
minus-square@[email protected]linkfedilink1•8 months 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.