摘要:
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 阅读全文
posted @ 2016-05-29 20:05
式微胡不归
阅读(3569)
评论(0)
推荐(0)
摘要:
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 阅读全文
posted @ 2016-05-29 19:58
式微胡不归
阅读(1626)
评论(0)
推荐(0)