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

BLT (Super FX): Difference between revisions

From SnesLab
Jump to: navigation, search
(moved tables up)
m (removed superfluous space)
Line 35: Line 35:
|}
|}


'''BLT''' (Branch if Less Than ) is a [[Super FX]] opcode that performs a jump if the [[negative flag]] is unequal to the [[O/V]] flag, effectively checking for a signed less-than comparison (compare [[BCC]] which is an unsigned less-than comparison).
'''BLT''' (Branch if Less Than) is a [[Super FX]] opcode that performs a jump if the [[negative flag]] is unequal to the [[O/V]] flag, effectively checking for a signed less-than comparison (compare [[BCC]] which is an unsigned less-than comparison).


According to [[fullsnes]], the official documentation has BLT exchanged with [[BGE]]. [2]
According to [[fullsnes]], the official documentation has BLT exchanged with [[BGE]]. [2]

Revision as of 03:47, 13 July 2023

Basic Info
Opcode Length ROM Speed RAM Speed Cache Speed
06 2 bytes 6 cycles 6 cycles 2 cycles
Flags Clobbered
B ALT1 ALT2 O/V S CY Z
0 0 0 . . . .

BLT (Branch if Less Than) is a Super FX opcode that performs a jump if the negative flag is unequal to the O/V flag, effectively checking for a signed less-than comparison (compare BCC which is an unsigned less-than comparison).

According to fullsnes, the official documentation has BLT exchanged with BGE. [2]

See also

External Links