摘要:
;AX store the big number;cx store the small numberdatarea segmentx dw 50H y dw 59H z dw 51Ha1 db 'the big number:'b1 db 'the samll number:'datarea endsprognam segmentmain proc farassume cs:prognam,ds:datareastart:push dssub ax,axpush axmov ax,datareamov ds,axmov bx,0mov ax,x[bx]cmp a 阅读全文