1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-07-05 15:29:07 +00:00
SixtyPical/eg/screen1.60p

9 lines
89 B
Plaintext
Raw Normal View History

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