From: Mark Wooding Date: Sun, 14 Nov 2021 15:46:11 +0000 (+0000) Subject: fizzbuzz.s: Increment `len' in place rather than via register. X-Git-Url: https://git.distorted.org.uk/~mdw/zx-fizzbuzz/commitdiff_plain/b4fd018059713a9efdaa72f9017a8d87b7dc7325?hp=b4fd018059713a9efdaa72f9017a8d87b7dc7325 fizzbuzz.s: Increment `len' in place rather than via register. The Z80 isn't a load/store architecture, even though my RISC-programming habits lead me to treat it like one. ---