Difference between revisions of "NOP"
| Line 2: | Line 2: | ||
<table border> | <table border> | ||
<tr><td>Instruction Name</td><td>No Operation</td></tr> | <tr><td>Instruction Name</td><td>No Operation</td></tr> | ||
| − | <tr><td>Mnemonic</td><td> | + | <tr><td>Mnemonic</td><td>NOP</td></tr> |
<tr><td>CP1610 Clock Cycles</td><td>6</td></tr> | <tr><td>CP1610 Clock Cycles</td><td>6</td></tr> | ||
<tr><td>Interruptible</td><td>Yes</td></tr> | <tr><td>Interruptible</td><td>Yes</td></tr> | ||
Revision as of 22:37, 11 January 2005
| Instruction Name | No Operation |
| Mnemonic | NOP |
| CP1610 Clock Cycles | 6 |
| Interruptible | Yes |
| Opcode Range | $0034-$0035 |
The No Operation (NOP) instruction performs no function. It is typically used as a time-killer for synchronization purposes. The opcode format is as follows.
0000:0000:0011:010x
where: x is ignored