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

ASR (Super FX): Difference between revisions

From SnesLab
Jump to: navigation, search
(created page)
 
(added flag clobber table)
Line 1: Line 1:
'''ASR''' (Arithmetic Shift Right) is a [[Super FX]] instruction that shifts all bits to the right.
'''ASR''' (Arithmetic Shift Right) is a [[Super FX]] instruction that shifts all bits to the right.
{| class="wikitable" style="float:right;clear:right;width:30%"
!colspan="9"|Flags Clobbered
|+
|B
|ALT1
|ALT2
|O/V
|S
|CY
|Z
|+
|0
|0
|0
|.
|
|
|
|}


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

Revision as of 13:52, 5 May 2023

ASR (Arithmetic Shift Right) is a Super FX instruction that shifts all bits to the right.

Flags Clobbered
B ALT1 ALT2 O/V S CY Z
0 0 0 .

See Also