mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-22 17:32:01 +00:00
9 lines
95 B
Plaintext
9 lines
95 B
Plaintext
routine main
|
|
trashes a, y, z, n, c
|
|
{
|
|
ld y, 65
|
|
repeat {
|
|
inc y
|
|
} forever
|
|
}
|