hello, good day.
why is the letter "Y" not ok?
number_y:
DATA 129,129,129,129,129,129,129,129
greetings
why is the letter "Y" not ok?
number_y:
DATA 129,129,129,129,129,129,129,129
greetings
Code:
cls
RESTORE number_h
FOR i = 0 TO 7
READ a
POKE USR "h" + i, a
NEXT i
RESTORE number_k
FOR i = 0 TO 7
READ a
POKE USR "k" + i, a
NEXT i
RESTORE number_y
FOR i = 0 TO 7
READ a
POKE USR "y" + i, a
NEXT i
PRINT "\H \H"
PRINT "\K \K"
PRINT "\Y \Y"
number_h:
DATA 255, 129, 129, 129, 129, 129, 129 ,255
number_k:
DATA 85, 170, 85, 170, 85, 170, 85, 170
number_y:
DATA 129,129,129,129,129,129,129,129