Download Print this page

Siemens SAB 80515 Series User Manual page 185

8-bit single-chip microcontroller family

Advertisement

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
NOP
NOP
NOP
NOP
SETB P2.7
Operation:
NOP
Encoding:
0 0 0 0
Bytes:
1
Cycles:
1
Semiconductor Group
P2.7
0 0 0 0
*
185
Instruction Set

Advertisement

loading

This manual is also suitable for:

Sab 80c515Sab 80c535Sab 80535Sab 80515k