.call [ret_reg=] func_name ([argument1, argument2,...])
Here are other valid examples that use the .call syntax. .call fir(x, h, y) ; void function .call minimal( ) ; no arguments .call sum = vecsum(a, b) ; returns an int .call hi:lo = _atol(string) ; returns a long
以上是在TI的文档里面找到的关于调用的一些文字,spru187n第四章Using the Assembly Optimizer有介绍线性汇编的一些,可以参考下 |
|