2018-12-12 15:27:57 +00:00
|
|
|
// This program is expected to loop forever.
|
|
|
|
// Be prepared to forcibly terminate your emulator.
|
|
|
|
|
2018-09-09 14:03:43 +00:00
|
|
|
define main routine
|
2015-10-18 14:32:28 +00:00
|
|
|
trashes a, y, z, n, c
|
|
|
|
{
|
|
|
|
ld y, 65
|
|
|
|
repeat {
|
|
|
|
inc y
|
|
|
|
} forever
|
|
|
|
}
|