1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-07-25 03:29:00 +00:00
SixtyPical/eg/screen1.60p

11 lines
126 B
Plaintext
Raw Normal View History

2014-04-01 16:55:59 +00:00
assign byte screen 1024
routine main {
ldy #0
2014-04-01 16:55:59 +00:00
repeat bne {
inc screen
dey
cpy #0
2014-04-01 16:55:59 +00:00
}
sty screen
}