All pastes #621935 Raw Edit

Unnamed

public c v1 · immutable
#621935 ·published 2007-07-16 14:54 UTC
rendered paste body
static int getReg(){	 int32_t reg;	 	 asm (				"mov    %[reg], r12   \n"		:[reg] "=&r" (reg)  	);	return reg;}