use operators
This commit is contained in:
parent
e5d8c355ba
commit
6f11898806
@ -33,9 +33,9 @@ INCLUDE_PRINT_SLOW = 1
|
|||||||
;********************************************************************************
|
;********************************************************************************
|
||||||
.macro PrintSlow message,time_cs
|
.macro PrintSlow message,time_cs
|
||||||
jsr lcd_clear
|
jsr lcd_clear
|
||||||
lda #.LOBYTE(message)
|
lda #<message
|
||||||
sta ARG0
|
sta ARG0
|
||||||
lda #.HIBYTE(message)
|
lda #>message
|
||||||
sta ARG1
|
sta ARG1
|
||||||
phx
|
phx
|
||||||
ldx #time_cs
|
ldx #time_cs
|
||||||
|
Loading…
Reference in New Issue
Block a user