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

BVC (Super FX): Difference between revisions

From SnesLab
Jump to: navigation, search
(added syntax)
(added example)
Line 44: Line 44:
<pre>
<pre>
BVC e
BVC e
</pre>
==== Example ====
Let the O/V flag be clear.  This instruction jumps the program forward 4 bytes:
<pre>
BVC $+4h
</pre>
</pre>



Revision as of 20:33, 10 July 2024

Basic Info
Addressing Mode Opcode Length ROM Speed RAM Speed Cache Speed
0E?? 2 bytes 6 cycles 6 cycles 2 cycles
Flags Affected
B ALT1 ALT2 O/V S CY Z
. . . . . . .

BVC (Branch Overflow Clear) is a Super FX instruction that performs a branch when the overflow flag is clear.

No flags are affected.

Syntax

BVC e

Example

Let the O/V flag be clear. This instruction jumps the program forward 4 bytes:

BVC $+4h

See Also

External Links