diffeqt.asm = \ Magnus Olsson's graph plotter for the solution to a difference equation.
\ flash.asm = \ By Ken Turner, one of the replica building team.
\ hcf.asm = \ Highest Common Factor by Geoff Tootill.
\ The two numbers are 3142 and 2178, and they are co-prime.\ hfr989.asm = \ Tom Kilburn's Highest Common factor for 989. Answer is 43.
\ (This is loaded as default when the simulator is started.)\ intdiv.asm = \ Brendan Campbell's integer division,
\ UK schools prizewinning competition entry.\ longdiv2.snp = \ Turing's long division.\ medclock.snp = \ John Deane's Mediaeval clock, displays the hour as the
\ number of zeroes counted from the left in location 30.
\ The fraction of the hour is displayed in location 31
\ where each 0 from the left indicates 1/32 hour (about 2 minutes).\ nightmare.snp = \ "Tom Kilburn's nightmare",
\ a large baby chasing Tom Kilburn ad infinitum,
\ a competition entry, author unknown.\ noodletimer.snp = \ Yasuaki Watanabe's 3 minute noodle timer,
\ the competition winner.\ primegen.asm = \ Bas Wijnen's prime number generator.
\ When the program stops, press KC to skip the stop
\ and then re-run to get the next prime. A competition runner up.\ slide9.snp = \ The first "modern" program written for the SSEM,
\ by Keith Wood, one of the replica building team.\ virpet.asm = \ Virtual Pet by Achut Reddy, a competition entry.
\ See virpet.txt for details of operation.\