> 其他 >
汇编语言 编程 已知在AX,BX 中放一32位提议符号的二进制数,求其绝对值送入CX,DX中.其中AX,CX放高位
人气:294 ℃ 时间:2020-04-25 04:24:09
解答
; 本程序通过编译,运行正确Code SegmentAssume CS:Code,DS:Code,ES:CodeStart:mov cx,axmov dx,bxtest cx,8000hjz Exit_Procnot dxnot cxadd dx,1adc cx,0Exit_Proc:mov ah,4ch ;结束程序int 21hCode ENDSEND Start ...
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版