1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-29 20:29:31 +00:00
SixtyPical/eg/screen1.60p
Chris Pressey a9bd8a3714 Indexed access, + x / + y, at least for LDA and STA.
--HG--
rename : eg/screen.60p => eg/screen1.60p
2015-10-18 18:32:20 +01:00

9 lines
89 B
Plaintext

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