git @ Cat's Eye Technologies SixtyPical / travis-ci eg / rudiments / forever.60p
travis-ci

Tree @travis-ci (Download .tar.gz)

forever.60p @travis-ciraw · history · blame

// This program is expected to loop forever.
// Be prepared to forcibly terminate your emulator.

define main routine
  trashes a, y, z, n, c
{
    ld y, 65
    repeat {
        inc y
    } forever
}