mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-29 00:31:52 +00:00
7 lines
121 B
QBasic
7 lines
121 B
QBasic
5 HOME
|
|
10 POKE 49167,0
|
|
20 FOR A=0 TO 15:POKE 1024+A,64+A:NEXT A
|
|
30 FOR A=0 TO 15:POKE 1280+A,80+A:NEXT A
|
|
40 PRINT:PRINT
|
|
|