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

LM (Super FX): Difference between revisions

From SnesLab
Jump to: navigation, search
(added example)
(The ALT0 state is restored.)
Line 38: Line 38:


'''LM''' (Load from raM) is a [[Super FX]] instruction that loads data from [[Game Pak]] RAM.
'''LM''' (Load from raM) is a [[Super FX]] instruction that loads data from [[Game Pak]] RAM.
The [[ALT0]] state is restored.


==== Syntax ====
==== Syntax ====

Revision as of 00:13, 13 July 2024

Basic Info
Addressing Mode Opcode Length ROM Speed RAM Speed Cache Speed
3DFnxxxx 4 bytes 20 cycles 21 cycles 11 cycles
Flags Affected
B ALT1 ALT2 O/V S CY Z
0 0 0 . . . .

LM (Load from raM) is a Super FX instruction that loads data from Game Pak RAM.

The ALT0 state is restored.

Syntax

LM Rn, (xx)

Example

Let:

(70:bacch) = 28h
(70:bacdh) = 96h
RAMBR = 70h

After executing LM R9, (0bacch):

R9 = 9628h

See Also

External Links