;;; Apple II audit routine macros. ;;; Copyright © 2016 Zellyn Hunter !macro print { jsr LASTSTRING !set TEMP = * * = LASTSTRING jsr print } !macro printed { !byte 0 !set LASTSTRING=* * = TEMP } !macro prerr NUM { jsr LASTSTRING !set TEMP = * * = LASTSTRING jsr error } !macro prerred { !byte $8D +printed } ;; A version of prerr that also displays the current value of A. !macro prerra NUM { ldy #>NUM ldx #