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
(added flag clobber table)
(Added link to similar DIV2 as well as explanation to most significant.)
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 while also leaving the most significant bit unchanged.


{| class="wikitable" style="float:right;clear:right;width:30%"
{| class="wikitable" style="float:right;clear:right;width:30%"
Line 24: Line 24:
* [[ASL]]
* [[ASL]]
* [[LSR]]
* [[LSR]]
* [[DIV2]]


[[Category:ASM]]
[[Category:ASM]]
[[Category:Enhancement Chips]]
[[Category:Enhancement Chips]]

Revision as of 14:40, 5 May 2023

ASR (Arithmetic Shift Right) is a Super FX instruction that shifts all bits to the right while also leaving the most significant bit unchanged.

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

See Also