mov bx,0
mov di,200
mov ax,0
mov cx,0
ripeti : nop
call 180 (chiama un sottoprogramma precedentemente scritto a partire dalla cella 180)
add cx,bx
add ax,1
cmp cx,5000
jbe fineripeti*
mov [1FE],ax
int 20
*(mettere l'indirizzo)
mov bx,0
mov di,200
mov ax,0
mov cx,0
ripeti : nop
call 180 (chiama un sottoprogramma precedentemente scritto a partire dalla cella 180)
add cx,bx
add ax,1
cmp cx,5000
jbe fineripeti*
mov [1FE],ax
int 20
*(mettere l'indirizzo)