我用两个数字做加法运算,但是我想对两个数字进行乘除运算。
这是我得到的代码的摘要。
mov dx, result
mov ah,9 ;Prints a message for the result
int 21h
add bl,cl ;Gets the result of the addition of the first digit
sub bl,30h
add bh,ch ;Gets the result of the addition of the second digit
sub bh,30h