# haldane.eas -- A reverse-engineered diassembly of Steve Sykes's program. # SCCSID("%Z%%P% %I%") # # Comments describe how Steve's done what he's done: they should be # the only difference between this file and the output of: # ../src/eta -d8 ../pit/haldane.eta N72 # load accumulator with letter 'H' A A T H E A E E # AAT is a "skip", so "H E A E E" is ignored O N105 O N33 N0 A S A T H O E # Output the 'H'; load 'I' and output it; # Load the '!' into the accumulator; # Subtract the (non-zero) address from zero, # yielding non-zero; use that as the true # condition of a transfer to the next line # (so N0ASAT is skips the "HOE".) O A N0 N13 A N0 S A T T # Output the '!'; N57421 A T H I S N10 N1 N2130 A T I E O H O O T