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

POP (SPC700): Difference between revisions

From SnesLab
Jump to: navigation, search
(added link to official dev manual)
(linkify PSW)
Line 16: Line 16:


{| class="wikitable" style="float:right;clear:right;width:30%"
{| class="wikitable" style="float:right;clear:right;width:30%"
!colspan="8"|Flags Clobbered
!colspan="8"|Flags Affected
|+
|+
|N
|N
Line 37: Line 37:
|}
|}


when PSW is the operand flags are clobbered.
When the [[Program Status Word]] is the operand, flags are affected.


=== See Also ===
=== See Also ===

Revision as of 17:47, 12 July 2023

POP is an SPC700 command that pops things from the stack, pulling them into registers.

Basic Info
Addressing Mode Opcode Length Speed
1 byte 4 cycles
Flags Affected
N V P B H I Z C
. . . . . . . .

When the Program Status Word is the operand, flags are affected.

See Also

References