No OPeration
NAME
NOP -- No operation
SYNOPSIS
NOP
FUNCTION
Nothing happens! This instruction will basically wait until
all pending bus activity is completed. This allows
synchronization of the pipeline and prevents instruction overlap.
FORMAT
-----------------------------------------------------------------
|15 |14 |13 |12 |11 |10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 1 |
-----------------------------------------------------------------
RESULT
None.
SEE ALSO
HTML Conversion by AG2HTML.pl V2.941126c, perl $RCSfile: nop.HTML,v $$Revision: 1.1 $$Date: 1999/09/14 21:14:11 $
Patch level: 36
& witbrock@cs.cmu.edu