X86-assembly/Instructions/nop

From aldeid
Jump to navigation Jump to search
You are here:
nop

Description

  • The nop (no operation) instruction does nothing.
  • It only indicates to go to the next instruction.
  • It's the equivalent to xchg eax, eax

Syntax

nop

Opcode

The opcode for the NOP operation is 0x90

Comments