// 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 }