标签: gcc assembly x86 intel disassembly
为什么GCC使用
lea eax,[ebp-4] inc DWORD PTR [eax]
何时
inc DWORD PTR [ebp-4]
理论上应该这样做吗?