NASM 2.05 based x86 Instruction Reference[ch227]
A.5.203 PAUSE: Spin Loop Hint PAUSE ; F3 90 [WILLAMETTE,SSE2] PAUSE provides a hint to the processor that the following code is a spin loop. This improves processor performance by bypassing possible memory order violations. On older processors, this instruction operates as a NOP.