<< Previous | Next >>

POP SU     Stack Operation     Rabbit 3000A/4000 Instruction
Opcode
Instruction
Clocks
Operation

ED 6E

POP SU

9 (2,2,2,3)

SU = (SP)
SP = SP + 1


Flags ALTD IOI/IOE
S
Z
L/V
C
F
R
SP
S
D
-
-
-
-

Description

Loads the System/User Mode Register SU with the data at the memory location in SP, then increments the data in SP.

This is a chained-atomic instruction, meaning that an interrupt cannot take place between this instruction and the instruction following it.


<< Previous | Next >>