;;; -*-asm-*- org 0x7000 spc: equ ' ' tvflag: equ 0x5c3c fixdig: macro or 0x30 endm print_a: macro rst 0x10 endm endstrp: macro and a endm jr setup fizz: db "fizz", 0 buzz: db "buzz", 0 setup: ;; Use the main screen. xor a ld (tvflag), a