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

IBT: Difference between revisions

From SnesLab
Jump to: navigation, search
(added flag clobber table)
(Added description for high byte, added category.)
Line 1: Line 1:
'''IBT''' is a [[Super FX]] instruction that loads an immediate value.
'''IBT''' is a [[Super FX]] instruction that loads an immediate value into a specified register. Its upper eight bits will be set to the same value as bit 7, effectively loading a signed 8-bit value.


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


=== See Also ===
=== See Also ===
* [[IWT]]
* [[LDA]]
* [[LDA]]


[[Category:ASM]]
[[Category:ASM]]
[[Category:Enhancement Chips]]
[[Category:Enhancement Chips]]
[[Category:GSU_Control_Instructions]]

Revision as of 09:57, 6 May 2023

IBT is a Super FX instruction that loads an immediate value into a specified register. Its upper eight bits will be set to the same value as bit 7, effectively loading a signed 8-bit value.

Flags Clobbered
B ALT1 ALT2 O/V S CY Z
0 0 0 . . . .

See Also