LOC Data_Segment Data OCTA 17,4,47,11,8,15,42 end GREG @ p0 IS $1 Zeiger auf erstes Element offset IS $2 x IS $3 max IS $4 test IS $5 LOC #100 Main LDA p0,Data SUB offset,end,p0 LDO max,p0,offset 1H SUB offset,offset,8 BN offset,Done LDO x,p0,offset CMP test,max,x CSN max,test,x JMP 1B Done SWYM