26 year old computer and music nerd making sample flips and programmatic art
print("memory probe 2",36,64,1)else
fc+=0.025
for i=0,1024do
if t<3then
p=0x6000+(rnd()*6144)\1v=fc*2else
p=0x6800+(rnd()*6144)\1v=fc
end
poke(p,v)t+=1if t>=6then
t=0end
end
if fc>=16then
fc=0end
end
flip()goto ♥
print("memory probe 2",36,64,1)else
fc+=0.025
for i=0,1024do
if t<3then
p=0x6000+(rnd()*6144)\1v=fc*2else
p=0x6800+(rnd()*6144)\1v=fc
end
poke(p,v)t+=1if t>=6then
t=0end
end
if fc>=16then
fc=0end
end
flip()goto ♥
-- alexthescott
-- 9/28/21 7:25am
fc=0
cls()
::♥::
if t()<2 then
print("memory probe 1",36,64,1)
else
fc+=0.005
for i=0,1280 do
p=0x6000+rnd()*8192
v=peek(p)
poke(p,p/16+fc)
end
if fc>=128 then
fc=0
end
end
flip()
goto ♥
-- alexthescott
-- 9/28/21 7:25am
fc=0
cls()
::♥::
if t()<2 then
print("memory probe 1",36,64,1)
else
fc+=0.005
for i=0,1280 do
p=0x6000+rnd()*8192
v=peek(p)
poke(p,p/16+fc)
end
if fc>=128 then
fc=0
end
end
flip()
goto ♥