摘要:
data segment pmax db 0dh,0ah , 'MAX : ','$' pmin db 0dh,0ah , 'MIN : ','$' buf dw 48,-2 ,49,50,30,-78,-88,-60,-1,48 max dw 99 min dw 20data endscode s 阅读全文
摘要:
start: mov ax,200 mov dx,0 mov cx,0 mov bx,0ah test ax , 8000h jz p neg ax mov bx,ax mov dl,2dh mov ah,2 int 21h mov dx,0 mov ax,bx mov bx,0ahp: div b 阅读全文