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

8 lines
89 B
Plaintext
Raw Normal View History

2014-04-01 16:55:59 +00:00
assign byte screen 1024
routine main {
repeat bcc {
inc screen
clc
}
}