Email: Password: Remember Me | Create Account (Free)
8051/8052 Instruction: NOP

Operation:NOP
Function:None, waste time
Syntax:No Operation

InstructionsOpCodeBytesCyclesFlags
NOP0x0011None

Description: NOP, as it’s name suggests, causes No Operation to take place for one machine cycle. NOP is generally used only for timing purposes. Absolutely no flags or registers are affected.

See Also: Instruction Set