1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-26 16:29:28 +00:00
SixtyPical/eg/screen.60p

9 lines
90 B
Plaintext
Raw Normal View History

byte screen @ 1024
routine main
trashes a, z, n, screen
{
ld a, 100
st a, screen
}