试编写一程序段,要求把BL中的数除以CL中的数,并把其商乘以2,最后的解惑存入DX寄存器中。
区块链毕设网qklbishe.com为您提供问题的解答
试编写一程序段,要求把BL中的数除以CL中的数,并把其商乘以2,最后的解惑存入DX寄存器中。
assume cs:code
code segment
start:
mov bx,2222h
mov cx,1111h
mov al,bl
mov ah,0
div cl
mov dl,2
mul dl
mov dx,0
mov dx,ax
mov ax,4c00h
int 21h
code ends
end start
code segment
start:
mov bx,2222h
mov cx,1111h
mov al,bl
mov ah,0
div cl
mov dl,2
mul dl
mov dx,0
mov dx,ax
mov ax,4c00h
int 21h
code ends
end start
40:41
以上就是关于问题试编写一程序段,要求把BL中的数除以CL中的数,并把其商乘以2,最后的解惑存入DX寄存器中。的答案
欢迎关注区块链毕设网-
专业区块链毕业设计成品源码,定制。
区块链NFT链游项目方科学家脚本开发培训