1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-07 22:29:27 +00:00
SixtyPical/eg/screen2.60p

13 lines
163 B
Plaintext
Raw Normal View History

byte table screen @ 1024
routine main
trashes a, x, z, n, screen
{
ld x, 0
ld a, 83
repeat {
st a, screen + x
inc x
} until z
}