Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
char pointer bend to another address
#5
hello, good day.

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
Reply


Messages In This Thread
RE: char pointer bend to another address - by funkheld - 2024-12-08, 02:02 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)