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

Indexed Indirect Expression: Difference between revisions

From SnesLab
Jump to: navigation, search
(→‎Reference: hid archive URL)
(added example)
Line 1: Line 1:
An '''Indexed Indirect Expression''' is indicated by a pair of square brackets.
An '''Indexed Indirect Expression''' is indicated by a pair of square brackets.
==== Example ====
<pre>
EOR A, [dp+X]
</pre>


=== Reference ===
=== Reference ===

Revision as of 23:42, 11 August 2024

An Indexed Indirect Expression is indicated by a pair of square brackets.

Example

EOR A, [dp+X]

Reference