This is ChatGPT 3.5 still, tested it with Bing Chat now:
10 PRINT "HELLO WORLD"
20 POKE 53281,RND(1)*16
30 GOTO 10
Interesting, but still not optimal. RND is quite an overkill, slow.
This is ChatGPT 3.5 still, tested it with Bing Chat now:
10 PRINT "HELLO WORLD"
20 POKE 53281,RND(1)*16
30 GOTO 10
Interesting, but still not optimal. RND is quite an overkill, slow.
Nothing is perfect :P