Posted By
 Csabo on 2025-01-28 13:49:43
| Re: Basic question
Something like this will work, simply change the X and Y shift values in line 1 to any number from 0 to 7:
0 T=DEC("FF00"):REM TED ADDRESS 1 X=4:Y=4 2 POKET+6,(PEEK(T+6)AND240)+Y 3 POKET+7,(PEEK(T+7)AND240)+X |