
DS4830 User’s Guide
208
Operation: SP ++SP
Encoding: 15 0
Example(s): PUSH GR ; GR=0F3Fh
PUSH #40h
Stack Data:
RET Return from subroutine
Description: RET pops a single word from the stack (@SP) into the Instruction Pointer (IP) and decrements
the stack pointer (SP). The decremented SP is saved as the new stack pointer (SP).
Status Flags: None
Operation: IP @ SP--
Encoding: 15 0
Example(s): RET
Code Execution:
Stack Data:
Komentáře k této Příručce