1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-11-22 17:32:01 +00:00
SixtyPical/eg/c64/screen1.60p

9 lines
96 B
Plaintext
Raw Normal View History

byte screen @ 1024
2018-09-09 13:01:38 +00:00
define main routine
trashes a, z, n, screen
{
ld a, 83
st a, screen
}