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 category)
(added basic info table)
Line 1: Line 1:
'''POP''' is an [[SPC700]] command that pops things from the stack, pulling them into registers.
'''POP''' is an [[SPC700]] command that pops things from the stack, pulling them into registers.


Bytes: 1
{| class="wikitable" style="float:right;clear:right;width:30%"
Cycles: 4
!colspan="8"|Basic Info
|+
|'''Addressing Mode'''
|'''Opcode'''
|'''Length'''
|'''Speed'''
|+
|
|
|1 byte
|4 cycles
|}


{| class="wikitable" style="float:right;clear:right;width:30%"
{| class="wikitable" style="float:right;clear:right;width:30%"

Revision as of 00:28, 8 May 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 Clobbered
N V P B H I Z C
. . . . . . . .

when PSW is the operand flags are clobbered.

See Also