Increment One Posted on September 28, 2019 by elfsong __asm { moveax, dword ptr[i] inc eax mov dword ptr[i], eax } lock inc dword ptr[i]