Programming instructions

PROGRAM SEQUENCE
/sequence to print a line of 120 columns.
Output stored 3
/characters per word.
/Data begins In register 2000. Sequence assumes printer Is
/in process of printing a line previously assigned.
"print" is
ldloop,
space,
lac (2000-l
dac 10
lac (-50+1
dac temp
lac i 10
lpld
isz temp
jmp ldloop
lssf
/begin of prog.
print, lpsf
jmp.-1
lsls + 10
jmp space
lpse
/wait till previous printing done
/space 1 line (0 in AC)iot 10 clears
/AC
/location of data
/print table initialize
/40x3 characters
/load print buffer loop
/load from AC
/test for spacing done before
/proceeding
/print activate . ..end of printing
/a line
51