标签: c assembly x86 x86-64 cpu-registers
在C中声明一个带register属性的变量时,如何找出它存储在哪个CPU寄存器中?
register
register int i;