fizzbuzz.s: Add a dummy high length byte.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 14 Nov 2021 15:03:23 +0000 (15:03 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 14 Nov 2021 15:03:23 +0000 (15:03 +0000)
commit0bf6b60e8ecdc17c4eb93d4880267894380b386e
tree13aaedba98f411ac9e94365e438ae3a077a0b064
parente007e1c95912e17f33ed135b4b69d293076a7017
fizzbuzz.s: Add a dummy high length byte.

The length is still only one byte, but the extra zero means we can load
the BC in a single instruction rather than having to prat about with
setting up the two halves separately -- and loading C via A because of
instruction-set limitations.
fizzbuzz.s