1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-07-10 15:28:56 +00:00
SixtyPical/eg/c64/screen1.60p
2018-03-06 10:32:52 +00:00

9 lines
89 B
Plaintext

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