mov 0x804a460(, %eax, 4), %eax 在看汇编代码的时候看到这条指令,不是很确定,就查了一下,在这记录一下 offset(base, index, width) //其值为 base+index*width+offset //所以对于 mov 0x804a460(, %eax, 4), %eax //可翻译为 eax = eax*4+0x804a460