mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-22 17:32:01 +00:00
a9bd8a3714
--HG-- rename : eg/screen.60p => eg/screen1.60p
9 lines
89 B
Plaintext
9 lines
89 B
Plaintext
byte screen @ 1024
|
|
|
|
routine main
|
|
trashes a, z, n, screen
|
|
{
|
|
ld a, 83
|
|
st a, screen
|
|
}
|