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 E&L link)
Line 1: Line 1:
'''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.
'''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.
=== Reference ===
* https://archive.org/details/0893037893ProgrammingThe65816/page/n423


[[Category:ASM]]
[[Category:ASM]]
[[Category:Addressing Modes]]
[[Category:Addressing Modes]]

Revision as of 04:27, 20 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.

Reference