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.

技术文档中几个没看懂的符号

在TI的技术规格书中看到下面的表格

ADD ACC,loc16 << shift
if(OVM == 0) Inc OVC on +ve signed overflow  
ADD ACC,#16bit << shift   
ADD ACC,loc16 << T

上述表格中的loc16、#16bit是什么意思,还有<< shift和<< T各代表什么,最后一列的“if(OVM == 0) Inc OVC on +ve signed overflow”是什么意思?

谢谢