编程将AX送进BX,将BX送进CX,将CX送进DX,将DX送进AX

来源:学生作业学帮网 编辑:学帮网 时间:2024/07/04 09:39:07

编程将AX送进BX,将BX送进CX,将CX送进DX,将DX送进AX

; 本程序通过编译,运行正确 Code Segment Assume CS:Code,DS:Code,ES:Code Start:mov cx,ax mov dx,bx test cx,8000h jz Exit_Proc not dx not