use operators

This commit is contained in:
matthias@arch 2023-12-08 00:03:52 +01:00
parent e5d8c355ba
commit 6f11898806

View File

@ -33,9 +33,9 @@ INCLUDE_PRINT_SLOW = 1
;********************************************************************************
.macro PrintSlow message,time_cs
jsr lcd_clear
lda #.LOBYTE(message)
lda #<message
sta ARG0
lda #.HIBYTE(message)
lda #>message
sta ARG1
phx
ldx #time_cs