n1 db 1,99,-2max db 0..mov bx,offset n1mov al,[bx]cmp al,[bx+1]jg s1mov al,[bx+1]s1:cmp al,[bx+2]jg s2mov al,[bx+2]s2:mov max,al