<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.intellivision.us/index.php?action=history&amp;feed=atom&amp;title=NOPP</id>
		<title>NOPP - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.intellivision.us/index.php?action=history&amp;feed=atom&amp;title=NOPP"/>
		<link rel="alternate" type="text/html" href="http://wiki.intellivision.us/index.php?title=NOPP&amp;action=history"/>
		<updated>2026-06-09T13:21:27Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://wiki.intellivision.us/index.php?title=NOPP&amp;diff=14854&amp;oldid=prev</id>
		<title>Mr z: Protected &quot;NOPP&quot; ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite))</title>
		<link rel="alternate" type="text/html" href="http://wiki.intellivision.us/index.php?title=NOPP&amp;diff=14854&amp;oldid=prev"/>
				<updated>2010-12-04T09:01:04Z</updated>
		
		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/index.php/NOPP&quot; title=&quot;NOPP&quot;&gt;NOPP&lt;/a&gt;&amp;quot; ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite))&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 09:01, 4 December 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Mr z</name></author>	</entry>

	<entry>
		<id>http://wiki.intellivision.us/index.php?title=NOPP&amp;diff=1402&amp;oldid=prev</id>
		<title>Pingaso at 17:28, 12 January 2005</title>
		<link rel="alternate" type="text/html" href="http://wiki.intellivision.us/index.php?title=NOPP&amp;diff=1402&amp;oldid=prev"/>
				<updated>2005-01-12T17:28:01Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:CP1610]]&lt;br /&gt;
&amp;lt;table border&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Instruction Name&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;No Operation&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Mnemonics&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;NOPP&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;CP1610 Clock Cycles&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;7&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Interruptible&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Yes&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Opcode Range&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;$0208, $0228&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The No Operation Branch opcode (NOPP) is a bit of an peculiarity in that it only exists for the sake of symmetry in the design of the Branch instructions.  If you look through the details of the [[Branch]] family of instructions, you'll notice that there are 16 possible internal conditions on which a Branch decision can be based.  The second half of those 16 are simply negated forms of the first half.  However, the very first available Branch condition is to Branch unconditionally.  Therefore, the only possible negation for an opcode that branches unconditionally is to have an opcode that does NOT branch unconditionally.  Therefore, you have the NOPP opcode.  It is the Branch instruction that never branches.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Oh, and best of all, just like all the other Branch opcodes, NOPP will even let you NOT branch in either direction.  The format is below.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    Format - Decle #1    Format - Word #2 (unused)&lt;br /&gt;
    0000:0010:00d0:1000  aaaa:aaaa:aaaa:aaaa&amp;lt;br/&amp;gt;&lt;br /&gt;
    where:&amp;lt;br/&amp;gt;&lt;br /&gt;
        d      indicates the direction of the branch&lt;br /&gt;
               such that:&lt;br /&gt;
                   d == 0    indicates to branch in the forward direction&lt;br /&gt;
                   d == 1    indicates to branch in the reverse direction&amp;lt;br/&amp;gt;&lt;br /&gt;
        aaaaaaaaaaaaaaaa    indicates the amount of offset, unused since this&lt;br /&gt;
                            opcode never really branches&lt;br /&gt;
&lt;br /&gt;
See the [[Branch]] opcode family documentation for more information.&lt;/div&gt;</summary>
		<author><name>Pingaso</name></author>	</entry>

	</feed>