; Copyright (C) 2020 Christophe Meneboeuf ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation, either version 3 of the License, or ; (at your option) any later version. ; ; This program 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 General Public License for more details. ; ; You should have received a copy of the GNU General Public License ; along with this program. If not, see . .include "memory.inc" ; nb of bytes to be displayed in DBG_TRACES[0] .export DBG_TRACE ; bytes to be displayed .export DBG_TRACES .CODE .define STROUT $DB3A ; Applesoft: OUTPUTS AY-POINTED NULL TERMINATED STRING .define LINPTR $ED24 ; Applesoft: Displays the number A(high)X(low) in decimal ; Traces the number of TRACES requested DBG_TRACE: ldy #>str_trace lda #str_space lda #