Samsung KS86C6004 Manual page 103

Table of Contents

Advertisement

SAM87RI INSTRUCTION SET
RET
— Return
RET
PC ← @SP
Operation:
SP ← SP + 2
The RET instruction is normally used to return to the previously executing procedure at the end of
a procedure entered by a CALL instruction. The contents of the location addressed by the stack
pointer are popped into the program counter. The next statement that is executed is the one that
is addressed by the new program counter value.
Flags:
No flags are affected.
Format:
opc
Example:
Given: SP = 0BCH, (SP) = 101AH, and PC = 1234:
RET
The statement "RET" pops the contents of stack pointer location 0BCH (10H) into the high byte of
the program counter. The stack pointer then pops the value in location 0BDH (1AH) into the PC's
low byte and the instruction at location 101AH is executed. The stack pointer now points to
memory location 0BEH.
6–38
KS86C6004/C6008/P6008 MICROCONTROLLER (Preliminary Spec)
PC = 101AH, SP = 0BEH
Bytes
Cycles
Opcode
1
14
(Hex)
AF

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ks86c6008Ks86p6008

Table of Contents