C6678是如何实现if判断的?在指令手册上没有查到相关指令,在一个工程的反汇编里看不懂实现过程,比如要实现
int m=1,n=2;
if(m>n) ......
还有,汇编程序结束时,用什么指令返回c程序?
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.
C6678是如何实现if判断的?在指令手册上没有查到相关指令,在一个工程的反汇编里看不懂实现过程,比如要实现
int m=1,n=2;
if(m>n) ......
还有,汇编程序结束时,用什么指令返回c程序?