mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-22 17:32:01 +00:00
8 lines
89 B
Plaintext
8 lines
89 B
Plaintext
|
assign byte screen 1024
|
||
|
routine main {
|
||
|
repeat bcc {
|
||
|
inc screen
|
||
|
clc
|
||
|
}
|
||
|
}
|