码迷,mamicode.com
首页 > 其他好文 > 详细

xaddl decl 32位汇编代码

时间:2020-06-08 14:28:18      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:http   32位   targe   ola   asm   代码   ref   log   com   

	__asm__ __volatile__(
		"mov	$-1,	%0	\n"
	"	lock			\n"
	"	xaddl	%0,	%1	\n"
	"	decl	%0		\n"
	:	"=r"(Value), "+m"(*pAddend)
	:
	:	"cc");
#endif

  https://www.cnblogs.com/findumars/p/6995637.html

xaddl decl 32位汇编代码

标签:http   32位   targe   ola   asm   代码   ref   log   com   

原文地址:https://www.cnblogs.com/hshy/p/13065363.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!