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

BBC (SPC700): Difference between revisions

From SnesLab
Jump to: navigation, search
(created page)
 
(other preamble was better)
Line 1: Line 1:
'''BBC''' is an [[SPC700]] instruction that performs a branch when a bit is clear.
'''BBC''' (Branch on Bit Clear) is an [[SPC700]] instruction that performs a branch when the [[direct page flag]] is clear.


{| class="wikitable" style="float:right;clear:right;width:30%"
{| class="wikitable" style="float:right;clear:right;width:30%"

Revision as of 02:41, 17 May 2023

BBC (Branch on Bit Clear) is an SPC700 instruction that performs a branch when the direct page flag is clear.

Basic Info
Addressing Mode Opcode Length Speed
y3 3 byte 5 or 7 cycles
Flags Clobbered
N V P B H I Z C
. . . . . . . .

See Also