اینم جوابش بعد از چند روز تمرین نوشتمش
codesg segment
main proc far
assume cs:codesg
mov ah,6
mov al,25
mov ch,0
mov cl,0
mov dh,24
mov dl,79
mov bh,07h
int 10h
mov cx,1
mov bl,9
mov dh,5
for:
mov ah,2
mov dl,bl
mov bh,0
int 10h
mov dl,'*'
mov ah,2
int 21h
inc bl
loop for
cmp dh,5
je satr6...