1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-12-01 16:50:09 +00:00
SixtyPical/eg/screen.60p
2015-10-18 16:22:36 +01:00

9 lines
90 B
Plaintext

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