We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

INC (Super FX): Difference between revisions

From SnesLab
Jump to: navigation, search
(added official doc link)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable" style="float:right;clear:right;width:40%"
!colspan="8"|Basic Info
|+
|'''Opcode'''
|'''Length'''
|'''ROM Speed'''
|'''RAM Speed'''
|'''Cache Speed'''
|+
|Dn
|1 byte
|3 cycles
|3 cycles
|1 cycle
|}
{| class="wikitable" style="float:right;clear:right;width:30%"
!colspan="9"|Flags Affected
|+
|B
|[[ALT1]]
|[[ALT2]]
|[[O/V]]
|S
|[[CY]]
|Z
|+
|0
|0
|0
|.
|
|.
|
|}
'''INC''' is a [[Super FX]] instruction that increments a register.
'''INC''' is a [[Super FX]] instruction that increments a register.
=== See Also ===
* [[DEC (Super FX)]]
* [[INC]]


=== External Links ===
=== External Links ===
* Official Nintendo documentation on INC: https://archive.org/details/SNESDevManual/book2/page/n217
* Official Nintendo documentation on INC: [https://archive.org/details/SNESDevManual/book2/page/n217 Page 2-9-61 of Book II]


[[Category:ASM]]
[[Category:ASM]]
[[Category:Super FX]]
[[Category:Super FX]]
[[Category:Arithmetic Operation Instructions]]
[[Category:Arithmetic Operation Instructions]]
[[Category:One-byte Instructions]]

Latest revision as of 07:05, 28 November 2023

Basic Info
Opcode Length ROM Speed RAM Speed Cache Speed
Dn 1 byte 3 cycles 3 cycles 1 cycle
Flags Affected
B ALT1 ALT2 O/V S CY Z
0 0 0 . .

INC is a Super FX instruction that increments a register.

See Also

External Links