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

NOP: Difference between revisions

From SnesLab
Jump to: navigation, search
(added syntax)
(→‎External Links: de n'd page number)
Line 50: Line 50:


=== External Links ===
=== External Links ===
* [[Eyes & Lichty]] page 470, on NOP: https://archive.org/details/0893037893ProgrammingThe65816/page/n496
* [[Eyes & Lichty]] page 470, on NOP: https://archive.org/details/0893037893ProgrammingThe65816/page/470
* lbid. https://archive.org/details/0893037893ProgrammingThe65816/page/n289
* lbid. https://archive.org/details/0893037893ProgrammingThe65816/page/n289
* [[Labiak]] page 155 on NOP: https://archive.org/details/Programming_the_65816/page/n165
* [[Labiak]] page 155 on NOP: https://archive.org/details/Programming_the_65816/page/n165

Revision as of 07:13, 15 July 2024

Basic Info
Addressing Mode Opcode Length Speed
Implied (type 3) EA 1 byte 2 cycles
Flags Affected
N V M X D I Z C
. . . . . . . .

NOP (No OPeration) is an instruction that does nothing.

No flags are affected.

Syntax

NOP

See Also

External Links