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
(→‎Reference: page 108)
(→‎Reference: added Labiak page)
Line 25: Line 25:
* [[Eyes & Lichty]] page 397, https://archive.org/details/0893037893ProgrammingThe65816/page/n423
* [[Eyes & Lichty]] page 397, https://archive.org/details/0893037893ProgrammingThe65816/page/n423
* lbid, page 108: https://archive.org/details/0893037893ProgrammingThe65816/page/n134
* lbid, page 108: https://archive.org/details/0893037893ProgrammingThe65816/page/n134
* [[Labiak]] page 209: https://archive.org/details/Programming_the_65816/page/n219


[[Category:ASM]]
[[Category:ASM]]
[[Category:Addressing Modes]]
[[Category:Addressing Modes]]
[[Category:Inherited from 6502]]
[[Category:Inherited from 6502]]

Revision as of 06:22, 28 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:

See Also

Reference