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
(created page) |
|||
(8 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 === | |||
* 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:One-byte Instructions]] |