fizzbuzz.s: Delete pointless calculation of new high digit position.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 14 Nov 2021 15:44:10 +0000 (15:44 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 14 Nov 2021 15:44:10 +0000 (15:44 +0000)
commit0e3fb42fd6d951d2372ec63a07d60ece113ba1a1
tree3779ff06dba308422074a6baa0a22eb76196fc54
parent0bf6b60e8ecdc17c4eb93d4880267894380b386e
fizzbuzz.s: Delete pointless calculation of new high digit position.

HL is already in the right place.  We only end up here if `djnz' fails,
which means we've stepped len bytes through buf, and therefore HL now
holds buf + len -- which is what we try to calculate.
fizzbuzz.s