X-Git-Url: https://git.distorted.org.uk/~mdw/zx-fizzbuzz/blobdiff_plain/b4fd018059713a9efdaa72f9017a8d87b7dc7325..HEAD:/fizzbuzz.s diff --git a/fizzbuzz.s b/fizzbuzz.s index 76242ef..57f262d 100644 --- a/fizzbuzz.s +++ b/fizzbuzz.s @@ -1,7 +1,26 @@ ;;; -*-asm-*- +;;; (c) 2021 Mark Wooding ;;; ;;; Best not to ask why. +;;;----- Licensing notice --------------------------------------------------- +;;; +;;; This file is part of ZX Fizzbuzz. +;;; +;;; ZX Fizzbuzz is free software: you can redistribute it and/or modify it +;;; under the terms of the GNU Lesser General Public License as published +;;; by the Free Software Foundation; either version 3 of the License, or +;;; (at your option) any later version. +;;; +;;; ZX Fizzbuzz is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;;; Lesser General Public License for more details. +;;; +;;; You should have received a copy of the GNU Lesser General Public +;;; License along with ZX Fizzbuzz. If not, see +;;; . + ;; Look at the buffer and decide what to do. again: ld e, 0