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
(linkify flags)
(→‎See also: capitalize)
 
(4 intermediate revisions by the same user not shown)
Line 16: Line 16:


{| class="wikitable" style="float:right;clear:right;width:30%"
{| class="wikitable" style="float:right;clear:right;width:30%"
!colspan="9"|Flags Clobbered
!colspan="9"|Flags Affected
|+
|+
|B
|B
Line 41: Line 41:
=== See also ===
=== See also ===
* [[BGE]]
* [[BGE]]
* [[BCC]]
* [[BCC (Super FX)]]


=== External Links ===
=== External Links ===
# Official Nintendo documentation on BLT: [https://archive.org/details/SNESDevManual/book2/page/n180 Page 2-9-24 of Book II]
# Official Nintendo documentation on BLT: [https://archive.org/details/SNESDevManual/book2/page/n180 Page 2-9-24 of Book II]
# https://problemkaputt.de/fullsnes.htm#snescartgsuncpumisc
# https://problemkaputt.de/fullsnes.htm#snescartgsuncpumisc
# example: [https://archive.org/details/SNESDevManual/book2/page/n181 page 2-9-25], lbid.


[[Category:ASM]]
[[Category:ASM]]
[[Category:Super FX]]
[[Category:Super FX]]
[[Category:GSU Control Instructions]]
[[Category:GSU Control Instructions]]

Latest revision as of 01:11, 11 December 2023

Basic Info
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
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

  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.