Difference between revisions of "JD"

From Intellivision Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
[[Category:CP1610]]
 +
<table border>
 +
<tr><td>Instruction Name</td><td>Jump and Disable Interrupts</td></tr>
 +
<tr><td>Mnemonics</td><td>JD</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 Jump and Disable Interrupts opcode (JD) is a three-decle opcode that is a part of the [[Jump]] family of opcodes.  The Jump and Disable Interrupts causes the [[CP1610]] to clear the [[Interrupt Enable Flag]] and then unconditionally jump to the address specified in the following parameters.<br/>
 
The Jump and Disable Interrupts opcode (JD) is a three-decle opcode that is a part of the [[Jump]] family of opcodes.  The Jump and Disable Interrupts causes the [[CP1610]] to clear the [[Interrupt Enable Flag]] and then unconditionally jump to the address specified in the following parameters.<br/>
  

Revision as of 21:29, 11 January 2005

Instruction NameJump and Disable Interrupts
MnemonicsJD
CP1610 Clock Cycles12
InterruptibleYes
Opcode Range$0004

The Jump and Disable Interrupts opcode (JD) is a three-decle opcode that is a part of the Jump family of opcodes. The Jump and Disable Interrupts causes the CP1610 to clear the Interrupt Enable Flag and then unconditionally 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:aa10  0000:00aa:aaaa:aaaa
where:
aaaaaaaaaaaaaaaa indicates the address to where the CP1610 should Jump

See the Jump opcode family documentation for more information.