xaddl decl 32位汇编代码

	__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

posted on 2020-06-08 14:07  lydstory  阅读(568)  评论(0)    收藏  举报

导航