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

ALT1: Difference between revisions

From SnesLab
Jump to: navigation, search
(added list of instructions that clear ALT1)
(moved syntax to top)
Line 38: Line 38:


'''ALT1''' is both the name of a [[Super FX]] flag and the flag prefix instruction that sets it.  It is bit 8 of the [[status flag register]].
'''ALT1''' is both the name of a [[Super FX]] flag and the flag prefix instruction that sets it.  It is bit 8 of the [[status flag register]].
==== Syntax ====
<pre>
ALT1
</pre>


The following instructions require ALT1:
The following instructions require ALT1:
Line 123: Line 128:
* [[UMULT]] R<sub>n</sub>
* [[UMULT]] R<sub>n</sub>
* and presumably UMULT #n too
* and presumably UMULT #n too
==== Syntax ====
<pre>
ALT1
</pre>


=== See Also ===
=== See Also ===

Revision as of 03:56, 16 July 2024

Basic Info
Addressing Mode Opcode Length ROM Speed RAM Speed Cache Speed
Implied (type 2) 3D 1 byte 3 cycles 3 cycles 1 cycle
Flags Affected
B ALT1 ALT2 O/V S CY Z
. 1 . . . . .

ALT1 is both the name of a Super FX flag and the flag prefix instruction that sets it. It is bit 8 of the status flag register.

Syntax

ALT1

The following instructions require ALT1:

Many instructions clear the ALT1 flag, including:

See Also

External Links