Difference between revisions of "J"

From Intellivision Wiki
Jump to: navigation, search
 
m (Protected "J" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)))
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
The Unconditional Jump opcode (J) is a part of the [[Jump]] family of opcodes.  The Unconditional Jump causes the [[CP1610]] to jump to the address specified in the following parameters.<br/>
+
[[Category:CP1610]]
<br/>
+
<table border>
     Format - Decle #1
+
<tr><td>Instruction Name</td><td>Unconditional Jump</td></tr>
 +
<tr><td>Mnemonics</td><td>J</td></tr>
 +
<tr><td>CP1610 Clock Cycles</td><td>12</td></tr>
 +
<tr><td>Interruptible</td><td>Yes</td></tr>
 +
<tr><td>Opcode Range</td><td>$0004</td></tr>
 +
</table><br/>
 +
 
 +
The Unconditional Jump opcode (J) is a three-decle opcode that is a part of the [[Jump]] family of opcodes.  The Unconditional Jump causes the [[CP1610]] to jump to the address specified in the following parameters.<br/>
 +
 
 +
     Format - Decle #1     Format - Decle #2    Format - Decle #3
 +
    0000:0000:0000:0100  0000:0011:aaaa:aa00  0000:00aa:aaaa:aaaa<br/>
 +
    where:<br/>
 +
        aaaaaaaaaaaaaaaa    indicates the address to where the [[CP1610]] should Jump
 +
 
 +
See the [[Jump]] opcode family documentation for more information.

Latest revision as of 08:41, 4 December 2010

Instruction NameUnconditional Jump
MnemonicsJ
CP1610 Clock Cycles12
InterruptibleYes
Opcode Range$0004

The Unconditional Jump opcode (J) is a three-decle opcode that is a part of the Jump family of opcodes. The Unconditional Jump causes the CP1610 to jump to the address specified in the following parameters.

   Format - Decle #1     Format - Decle #2     Format - Decle #3
   0000:0000:0000:0100  0000:0011:aaaa:aa00  0000:00aa:aaaa:aaaa
where:
aaaaaaaaaaaaaaaa indicates the address to where the CP1610 should Jump

See the Jump opcode family documentation for more information.