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

O/V: Difference between revisions

From SnesLab
Jump to: navigation, search
(bit position)
(affects BGE/BLT)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''O/V''' is the [[Super FX]]'s overflow flag.  It is bit 4 of 3030h.
'''O/V''' is the [[Super FX]]'s overflow flag.  It is bit 4 of 3030h.
It is affected by the following instructions:
* [[ADC (Super FX)|ADC]] R<sub>n</sub>
* [[ADC (Super FX)|ADC]] #n
* [[ADD]] R<sub>n</sub>
* [[ADD]] #n
* [[CMP (Super FX)|CMP]] R<sub>n</sub>
* [[MERGE]]
* [[MOVES]]
* [[SBC (Super FX)|SBC]] R<sub>n</sub>
* [[SUB]] R<sub>n</sub>
* [[SUB]] #n
It affects the behavior of the following instructions:
* [[BVC (Super FX)|BVC]]
* [[BVS (Super FX)|BVS]]
* [[BGE]]
* [[BLT]]


=== See Also ===
=== See Also ===
* [[Sign Flag]]
* [[Overflow Flag]]
* [[Overflow Flag]]



Latest revision as of 21:53, 9 July 2024

O/V is the Super FX's overflow flag. It is bit 4 of 3030h.

It is affected by the following instructions:

It affects the behavior of the following instructions:

See Also

Reference