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
(added admode column)
(added syntax)
Line 42: Line 42:


No flags are affected.
No flags are affected.
==== Syntax ====
<pre>
BLT e
</pre>


=== See also ===
=== See also ===

Revision as of 01:52, 4 July 2024

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

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]

No flags are affected.

Syntax

BLT e

See also

External Links

  1. Official Nintendo documentation on BLT: Page 2-9-24 of Book II
  2. https://problemkaputt.de/fullsnes.htm#snescartgsuncpumisc
  3. example: page 2-9-25, lbid.