![Siemens C500 User Manual Download Page 84](http://html.mh-extra.com/html/siemens/c500/c500_user-manual_382114084.webp)
Instruction Set
C500 Family
Semiconductor Group
4-58
1998-04-01
NOP
Function:
No operation
Description:
Execution continues at the following instruction. Other than the PC, no registers or
flags are affected.
Example:
It is desired to produce a low-going output pulse on bit 7 of port 2 lasting exactly
5 cycles. A simple SETB/CLR sequence would generate a one-cycle pulse, so four
additional cycles must be inserted. This may be done (assuming no interrupts are
enabled) with the instruction sequence
CLR
P2.7
NOP
NOP
NOP
NOP
SETB P2.7
Operation:
NOP
Bytes:
1
Cycles:
1
Encoding:
0 0 0 0
0 0 0 0