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

LEA: Difference between revisions

From SnesLab
Jump to: navigation, search
(added immediate admode)
(added syntax)
Line 38: Line 38:


'''LEA''' is a [[Super FX]] official macro that loads two immediate bytes.  It is an alias for [[IWT]].  It probably stands for "load effective address."
'''LEA''' is a [[Super FX]] official macro that loads two immediate bytes.  It is an alias for [[IWT]].  It probably stands for "load effective address."
==== Syntax ====
<pre>
LEA Rn, #xx
</pre>


=== See Also ===
=== See Also ===

Revision as of 02:10, 4 July 2024

Basic Info
Addressing Mode Opcode Length ROM Speed RAM Speed Cache Speed
Immediate Fnxxxx 3 bytes 9 cycles 9 cycles 3 cycle
Flags Affected
B ALT1 ALT2 O/V S CY Z
0 0 0 . . . .

LEA is a Super FX official macro that loads two immediate bytes. It is an alias for IWT. It probably stands for "load effective address."

Syntax

LEA Rn, #xx

See Also

External Links