CHAPTER 6 DETAILED RULES FOR EXECUTION INSTRUCTIONS
6.17 CALL (CALL subroutine)
Branch to address of ext. Return to the instruction next to this one by using the RET instruction of the branch subroutine.
■CALL (CALL subroutine)
Operation
(SP) ← (SP) - 2 (Word subtraction), ((SP)) ← (PC) (Word transfer)
(PC) ← ext
Assembler format
CALL ext
Condition code (CCR)
N | Z | V | C |
|
|
|
|
- | - | - | - |
|
|
|
|
+: Changed by executing instruction
N:Not changed
Z:Not changed
V:Not changed
C:Not changed
Number of execution cycles: 6
Byte count: 3
OP code: 31
80