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

Immediate Addressing: Difference between revisions

From SnesLab
Jump to: navigation, search
(added CMP, CPX, CPY)
(added BIT, SEP, REP)
Line 14: Line 14:
* [[CPX]]
* [[CPX]]
* [[CPY]]
* [[CPY]]
* [[BIT]]
* [[SEP]]
* [[REP]]


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

Revision as of 05:57, 21 November 2023

Immediate Addressing is when the data to be operated on directly follows the opcode in the instruction steam. The immediate data is generally preceded by a # in the assembler source.

Supported by the following instructions:

Reference