网站开发报价模版,网站用什么域名,类阿里巴巴网站 建设费用,手机网站建设liednsINC OPRD ;OPRD--OPRD1 ;自加1指令code segmentmov ax,0inc ax ;ax--ax1 ,ax1inc ax ;ax--ax1 ,ax2code endsDEC OPRD ;OPRD--OPRD-1 ;自减1指令code segmentmov ax,5dec ax ;ax--ax-1 ,ax4 code endsINC OPRD ;OPRD--OPRD1 ;自加1指令 code segment mov ax,0 inc ax ;ax--ax1 ,ax1 inc ax ;ax--ax1 ,ax2 code endsDEC OPRD ;OPRD--OPRD-1 ;自减1指令 code segmentmov ax,5dec ax ;ax--ax-1 ,ax4 code ends