gehört so:
Code:
asm (
	"mov %0, %1"	"\n"
	"ror %0" 
	: "=r" (result) : "r" (value)
);