This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; originally written by Dagen Brock | |
; https://gist.github.com/digarok/12ce4a12993c4c4444c0819e9fcc752a | |
; Reworked by M.G. | |
; changelog: | |
; * port to ca65 | |
; * removed some redundancies | |
; * trade +1 byte of ZP usage to eliminate special case for "FizzBuzz" | |
; * improved output formatting | |
; * converted all addresses to labels |