dos33fsprogs/textmode/cursor/cursor.bas
Vince Weaver a51377ee38 cursor: add appleiibot version
had to optimize some, not for size, but because the compressed
version had a string that looked like a URL and twitter shoved
an http into it
2021-06-01 08:54:48 -04:00

8 lines
200 B
QBasic

10 HOME
20 REM FOR I=2048 TO 3072:POKE I,160:NEXT
30 INVERSE
40 ?SPC(5):?:FORX=1TO5:NORMAL:?SPC(4):?:INVERSE:?SPC(1):NEXT:?SPC(5)
100 GOTO 100
130 POKE 49236+P,0:P=NOT P:FOR I=1 TO 1000:NEXT:GOTO 30