You are absolutely welcome to use my version. And in the spirit of optimizing the code, here is an even shorter version. The original code stored accumulator 0 in memory, then wrote the memory value to the LEDs. But that is not necessary on a PDP-10 because the accumulators are memory mapped. So the version below just uses ac0 directly, saving 2 words. :-)
d 1000 201000000777
d 1001 241000000001
d 1002 700540000000
d 1003 201100060650
d 1004 242100000004
d 1005 366100001005
d 1006 324000001001
I attached the modified source and the listing generated by the midas assembler for completeness.
Steve