title tstln1 ; this is the "main" program. It requires the loading of the ; .rel file tstln2.rel (from assembling tstln2.fai) which in ; turn requires the loading of tstln3.rel. This causes an ; ill mem ref when using link .require tstln2 extern a,b start: move 1,a add 1,b movem 1,c calli 12 c: 0 end start