除以一个变量,不知道用什么汇编指令,C2000的汇编里只有乘法汇编指令没有除法的,如果被除数是常数,可以通过将转化为乘法再右移的方式,不知道被除数是变量,怎么用汇编计算?
谢谢!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
除以一个变量,不知道用什么汇编指令,C2000的汇编里只有乘法汇编指令没有除法的,如果被除数是常数,可以通过将转化为乘法再右移的方式,不知道被除数是变量,怎么用汇编计算?
谢谢!