• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
3<html>
4
5<head>
6<title>nop</title>
7<link rel=stylesheet href="opcode.css">
8</head>
9
10<body>
11
12<h1>nop</h1>
13
14<h2>Purpose</h2>
15
16<p>
17Waste cycles.
18</p>
19
20<h2>Details</h2>
21
22<table class="instruc">
23<thead>
24<tr>
25  <th>Op &amp; Format</th>
26  <th>Mnemonic / Syntax</th>
27  <th>Arguments</th>
28</tr>
29</thead>
30<tbody>
31<tr>
32  <td>00 10x</td>
33  <td>nop</td>
34  <td>&nbsp;</td>
35</tr>
36</tbody>
37</table>
38
39<h2>Constraints</h2>
40
41<p>
42None.
43</p>
44
45<h2>Behavior</h2>
46
47<p>
48No externally observable effects, that is, all registers and object state(s)
49stay the same. The program counter silently advances to the next instruction.
50</p>
51
52<h2>Exceptions</h2>
53
54<p>
55None.
56</p>
57
58</body>
59</html>
60