Курсовая работа: Ассемблер и программирование
inc bx
jc vivod1
cmp ax,0
jne nachalo
mov bx,7
m1:
clc
rcr dx, 1
inc bx
jc vivod1
cmp dx,0
jne m1
vivod1:
mes enter
mes str1
mes enter
mes str2
mes enter
mov dl, bl
mov ax, dx
call vivod
mes enter
mes str3
mov ah,1
int 21h
mov ah, 4ch
int 21h
c_seg ends
end start