Extended Inline Assembly in C++: Is it necessary to preserve volatile registers?

后端 未结 0 1995
情书的邮戳
情书的邮戳 2020-12-03 07:27

I am analyzing the following snippet of extended inline assembly code that returns the sum of two numbers given as parameters into a function.

int addAB(int a         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题