Difference between revisions of "DIS"

From Intellivision Wiki
Jump to: navigation, search
m
Line 6: Line 6:
 
<tr><td>Interruptible</td><td>No</td></tr>
 
<tr><td>Interruptible</td><td>No</td></tr>
 
<tr><td>Opcode Range</td><td>$0003</td></tr>
 
<tr><td>Opcode Range</td><td>$0003</td></tr>
 +
<tr><td>Input Flags</td><td>None</td></tr>
 +
<tr><td>Output Flags</td><td>[[Interrupt Enable Flag]]</td></tr>
 +
<tr><td>Addressing Mode</td><td>[[Implied Mode|Implied]]</td></tr>
 
</table><br/>
 
</table><br/>
  
 
The Disable Interrupt System (DIS) instruction clears the [[Interrupt Enable Flag]]. See the [[Interrupt Enable Flag]] documentation for more information.<br/>
 
The Disable Interrupt System (DIS) instruction clears the [[Interrupt Enable Flag]]. See the [[Interrupt Enable Flag]] documentation for more information.<br/>

Revision as of 17:08, 17 January 2005

Instruction NameDisable Interrupt System
MnemonicDIS
CP1610 Clock Cycles4
InterruptibleNo
Opcode Range$0003
Input FlagsNone
Output FlagsInterrupt Enable Flag
Addressing ModeImplied

The Disable Interrupt System (DIS) instruction clears the Interrupt Enable Flag. See the Interrupt Enable Flag documentation for more information.